Skip to content

Commit b1c25a7

Browse files
authored
Merge pull request #882 from Homebrew/printf-fish-only
2 parents 8fc35fd + e64196d commit b1c25a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,9 @@ EOS
10551055
fi
10561056
else
10571057
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}
1058+
- Run these commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
1059+
echo >> ${shell_rcfile}
1060+
echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
10601061
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
10611062
EOS
10621063
fi

0 commit comments

Comments
 (0)