diff options
-rwxr-xr-x | tools/setup-unit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/setup-unit b/tools/setup-unit index d16fe1a3..3db2d38b 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -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"; |