Tools: setup-unit: disabled buggy behavior of zsh(1).
Reported-by: Liam Crilly <liam@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com>
This commit is contained in:
@@ -25,6 +25,9 @@ set -Eefuo pipefail;
|
|||||||
test -v BASH_VERSION \
|
test -v BASH_VERSION \
|
||||||
&& shopt -s lastpipe;
|
&& shopt -s lastpipe;
|
||||||
|
|
||||||
|
test -v ZSH_VERSION \
|
||||||
|
&& setopt sh_word_split;
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
program_name="$0";
|
program_name="$0";
|
||||||
|
|||||||
Reference in New Issue
Block a user