index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 8239097..cf0e608 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -4,6 +4,8 @@ # Details: # https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |