index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/seed-build-list | 2 |
diff --git a/bin/seed-build-list b/bin/seed-build-list index ae08d57..a4c1097 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -2,7 +2,7 @@ # seed the build list from differences between an x86_64 and our master mirror -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" # shellcheck disable=SC2016 |