From 13bbda7c2ba90c1144d7c3536b74636b1ab70efb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Jun 2016 01:49:00 +1200 Subject: Ignore some incorrect shellcheck errors --- plz | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3