diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 01:49:00 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 01:49:00 +1200 |
commit | 13bbda7c2ba90c1144d7c3536b74636b1ab70efb (patch) | |
tree | c89f6e85ccdbcae2f307ec0c0ce3739c33f6936c | |
parent | Add dummy default target (diff) | |
download | plz-13bbda7c2ba90c1144d7c3536b74636b1ab70efb.tar.gz plz-13bbda7c2ba90c1144d7c3536b74636b1ab70efb.zip |
Ignore some incorrect shellcheck errors
-rwxr-xr-x | plz | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |