index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/why-dont-you | 2 |
diff --git a/bin/why-dont-you b/bin/why-dont-you index 945639e..f31c38c 100755 --- a/bin/why-dont-you +++ b/bin/why-dont-you @@ -2,6 +2,8 @@ # usage: why_dont_you $action $package1 $package2 ... +# shellcheck disable=SC2119,SC2120 + # investigate, why a certain operation is not done with certain packages # shellcheck source=../conf/default.conf |