index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 2 |
diff --git a/bin/get-assignment b/bin/get-assignment index 34a990e..6289da0 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -12,6 +12,8 @@ # 3: come back after the next run of get-package-updates - currently # there are no pending packages +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |