mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Add shellcheck directives to suppress warnings on harmless lines
This commit is contained in:
parent
d736a358fe
commit
32a0e9805a
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -107,7 +107,8 @@ die() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
case `echo -n x` in
|
||||
# shellcheck disable=SC2039
|
||||
case $(echo -n x) in
|
||||
-n*) echo_n_flag='';;
|
||||
*) echo_n_flag='-n';;
|
||||
esac
|
||||
|
@ -130,6 +131,7 @@ do
|
|||
then
|
||||
echo
|
||||
echo '*WARNING*: the "~" sign is not expanded in flags.'
|
||||
# shellcheck disable=SC2016
|
||||
echo 'If you mean the home directory, use $HOME instead.'
|
||||
echo
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue