aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-10 01:49:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-10 01:49:00 +1200
commit13bbda7c2ba90c1144d7c3536b74636b1ab70efb (patch)
treec89f6e85ccdbcae2f307ec0c0ce3739c33f6936c
parentAdd dummy default target (diff)
downloadplz-13bbda7c2ba90c1144d7c3536b74636b1ab70efb.tar.gz
plz-13bbda7c2ba90c1144d7c3536b74636b1ab70efb.zip
Ignore some incorrect shellcheck errors
-rwxr-xr-xplz1
1 files changed, 1 insertions, 0 deletions
diff --git a/plz b/plz
index 4a28f15..c551ca9 100755
--- a/plz
+++ b/plz
@@ -28,6 +28,7 @@ declare -a confs
confs=(/etc/"$self"rc "$HOME"/."$self"rc)
# Iterate through configuration files, source any that exist
+# shellcheck disable=SC2066,SC2068
for conf in "${PLZ_CONFIG:-${confs[@]}}" ; do
[[ -e "$conf" ]] || continue
source "$conf"