chore: quote sources
This commit is contained in:
parent
be5b4438fa
commit
2709d9e3c4
1 changed files with 7 additions and 7 deletions
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
SELF_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
SELF="${BASH_SOURCE[0]}"
|
||||
source $SELF_DIR/lib/lib.sh
|
||||
source "$SELF_DIR/lib/lib.sh"
|
||||
|
||||
source $SELF_DIR/federation/federation.sh
|
||||
source $SELF_DIR/actions/actions.sh
|
||||
source $SELF_DIR/forgejo/fixtures.sh
|
||||
source $SELF_DIR/storage/storage.sh
|
||||
source $SELF_DIR/upgrade/upgrade.sh
|
||||
source $SELF_DIR/packages/packages.sh
|
||||
source "$SELF_DIR/federation/federation.sh"
|
||||
source "$SELF_DIR/actions/actions.sh"
|
||||
source "$SELF_DIR/forgejo/fixtures.sh"
|
||||
source "$SELF_DIR/storage/storage.sh"
|
||||
source "$SELF_DIR/upgrade/upgrade.sh"
|
||||
source "$SELF_DIR/packages/packages.sh"
|
||||
|
||||
"$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue