summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xPKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b1ca87b0bd7..80b6a21a26bf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,8 @@
# ^ Indicate that this is meant for use with Bash.
# Don't warn about unused variables.
# shellcheck disable=2034
+# Don't warn about referencing unassigned variables.
+# shellcheck disable=2154
# Maintainer: Koopa <codingkoopa@gmail.com>