configure: Suppress warning about '~' [SC2088]
authorMatthew Wild <mwild1@gmail.com>
Mon, 01 Oct 2018 16:23:57 +0100
changeset 9430 460f08008521
parent 9429 e290a60f1f09
child 9431 8e7feec95e8d
configure: Suppress warning about '~' [SC2088]
configure
--- a/configure	Mon Oct 01 16:18:56 2018 +0100
+++ b/configure	Mon Oct 01 16:23:57 2018 +0100
@@ -127,6 +127,7 @@
 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