kaleidoscope-builder: Disable another ShellCheck false-positive

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/305/head
Gergely Nagy 7 years ago
parent d59e07d7a3
commit 14fe42f5b3

@ -404,7 +404,7 @@ for i in $(seq 1 $#); do
case "${v}" in case "${v}" in
*=*) *=*)
# Exporting an expansion is *precisely* what we want here. # Exporting an expansion is *precisely* what we want here.
# shellcheck disable=SC2163 # shellcheck disable=SC2086,SC2163
export ${v} export ${v}
;; ;;
*) *)

Loading…
Cancel
Save