diff --git a/zephyr-env.sh b/zephyr-env.sh index f6c7f23c5a2..a6d9009d005 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -17,7 +17,7 @@ if [ -n "${ZSH_VERSION:-}" ]; then if [ $options[posixargzero] != "on" ]; then setopt posixargzero NAME=$(basename -- "$0") - setopt posixargzero + unsetopt posixargzero else NAME=$(basename -- "$0") fi