We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fc35fd + e64196d commit b1c25a7Copy full SHA for b1c25a7
install.sh
@@ -1055,8 +1055,9 @@ EOS
1055
fi
1056
else
1057
cat <<EOS
1058
-- Run these two commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
1059
- printf '%s\n' '' 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
+- Run these commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
+ echo >> ${shell_rcfile}
1060
+ echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
1061
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
1062
EOS
1063
0 commit comments