Skip to content

Commit

Permalink
Merge pull request #881 from ZhongRuoyu/printf-over-echo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Sep 25, 2024
2 parents 3338c8a + ee976ef commit 07d7f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ EOS
else
cat <<EOS
- Run these two commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
(echo; echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"') >> ${shell_rcfile}
printf '%s\n' '' 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
EOS
fi
Expand Down

0 comments on commit 07d7f05

Please sign in to comment.