summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKoopa2020-09-26 21:32:58 -0400
committerKoopa2020-09-26 21:32:58 -0400
commitcc4a8cec2443d5f6301049ac48f35b4ccf9afe3b (patch)
tree2f813a8b1745b5529ac931989356e970646e7a20 /PKGBUILD
parent048023948ded9b66e2e2b7fc13d107d031e1ed39 (diff)
downloadaur-cc4a8cec2443d5f6301049ac48f35b4ccf9afe3b.tar.gz
Add another ShellCheck disable.
Diffstat (limited to 'PKGBUILD')
-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>