aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-10-01 16:23:57 +0100
committerMatthew Wild <mwild1@gmail.com>2018-10-01 16:23:57 +0100
commit8caaa21a58ba7dd588967ab956e0cff6e63e8e18 (patch)
tree7e33af93b3cda3c2cf7bf8252617eb7ea53fec75 /configure
parent1fce0454899c298d74440c946dbcdea53e618cee (diff)
downloadprosody-8caaa21a58ba7dd588967ab956e0cff6e63e8e18.tar.gz
prosody-8caaa21a58ba7dd588967ab956e0cff6e63e8e18.zip
configure: Suppress warning about '~' [SC2088]
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d861ea3e..4307997c 100755
--- a/configure
+++ b/configure
@@ -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