Skip to content

Commit

Permalink
update sh_word_split to shwordsplit. Both seem to work, the non-under…
Browse files Browse the repository at this point in the history
…score seems more common in docs
  • Loading branch information
andy31415 committed Jun 21, 2023
1 parent 6195292 commit c4f8339
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 local_options sh_word_split
setopt local_options shwordsplit
fi

for platform in ${_SETUP_PLATFORM}; do
Expand Down

0 comments on commit c4f8339

Please sign in to comment.