Skip to content

Commit

Permalink
Merge pull request #275: Add newline before eval command
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored May 3, 2023
2 parents 4234240 + ac5d20e commit babc215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/standalone-installer-unix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Nextstrain CLI ($installed_version) installed to $DESTINATION.
To make the "nextstrain" command available in your default shell ($shell)
without using the full path, please run these two commands now:
echo 'eval "\$("$DESTINATION/nextstrain" init-shell $shell)"' >> $rc
printf '\n%s\n' 'eval "\$("$DESTINATION/nextstrain" init-shell $shell)"' >> $rc
eval "\$("$DESTINATION/nextstrain" init-shell $shell)"
The first adds a line to your shell initialization file ($rc) for future
Expand Down

0 comments on commit babc215

Please sign in to comment.