Skip to content

Commit

Permalink
Do not permanently alter zsh options, use local_options
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jun 21, 2023
1 parent cb6f86c commit 6195292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _install_additional_pip_requirements() {
_OLD_IFS=$IFS
IFS=","
if [ -n "$ZSH_VERSION" ]; then
setopt sh_word_split
setopt local_options sh_word_split
fi

for platform in ${_SETUP_PLATFORM}; do
Expand Down

0 comments on commit 6195292

Please sign in to comment.