index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 1 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index fbb05f8..7cd17cf 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -254,6 +254,7 @@ find "${work_dir}/package-infos/" -maxdepth 1 -name '*.builds' -printf '%f\n' | [ -z "${mod_rev}" ] && \ [ -z "${repo}" ] && \ [ -z "${pkg}" ]; then + # shellcheck disable=SC2031 printf '%s %s.%s.%s.%s\n' \ "${opkg}" \ "${opkg}" \ |