mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Suppress warning about '~' [SC2088]
This commit is contained in:
parent
1fce045489
commit
8caaa21a58
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue