Fix incorrect linter error from help text parsing

This commit is contained in:
Jonathan Knapp 2017-10-01 09:18:38 -04:00
parent 33d7d9c26c
commit 32b2690874
No known key found for this signature in database
GPG Key ID: 51330F9D3F9D368E

View File

@ -6,6 +6,7 @@ set -euo pipefail
#ORIGINAL_IFS=$IFS #ORIGINAL_IFS=$IFS
IFS=$'\t\n' # Stricter IFS settings IFS=$'\t\n' # Stricter IFS settings
# shellcheck disable=SC2006
usage() { usage() {
cat <<EOF cat <<EOF