get rid of shellcheck errors
This commit is contained in:
parent
c929e736af
commit
0980c9a587
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Source mangle vars
|
||||
# shellcheck source=./common
|
||||
# shellcheck source=./common disable=SC1091,1090
|
||||
source "$(dirname "$0")/common"
|
||||
# Source sync / migrate vars for repository information
|
||||
# shellcheck source=../sync/common
|
||||
# shellcheck source=../sync/common disable=SC1091,1090
|
||||
source "$(dirname "$0")/../sync/common"
|
||||
|
||||
# How many
|
||||
|
Loading…
Reference in New Issue
Block a user