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:
Alejandro Colomar
2022-12-22 16:36:29 +01:00
parent 2435bd1c3a
commit 88b04f3e7c

View File

@@ -25,6 +25,9 @@ set -Eefuo pipefail;
test -v BASH_VERSION \
&& shopt -s lastpipe;
test -v ZSH_VERSION \
&& setopt sh_word_split;
export LC_ALL=C
program_name="$0";