configure: Suppress warning about '~' [SC2088]

This commit is contained in:
Matthew Wild 2018-10-01 16:23:57 +01:00
parent 1fce045489
commit 8caaa21a58

1
configure vendored
View file

@ -127,6 +127,7 @@ while [ -n "$1" ]
do
value=$(echo "$1" | sed 's/[^=]*.\(.*\)/\1/')
key=$(echo "$1" | sed 's/=.*//')
# shellcheck disable=SC2088
if echo "$value" | grep "~" >/dev/null 2>/dev/null
then
echo