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 3338c8a + ee976ef commit 07d7f05Copy full SHA for 07d7f05
install.sh
@@ -1048,7 +1048,7 @@ EOS
1048
else
1049
cat <<EOS
1050
- Run these two commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
1051
- (echo; echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"') >> ${shell_rcfile}
+ printf '%s\n' '' 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
1052
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
1053
EOS
1054
fi
0 commit comments