Skip to content

Commit

Permalink
Merge pull request #3776 from AlexWheeler/improve-notes-warning
Browse files Browse the repository at this point in the history
improves warning message for when PATH= is set without $PATH
  • Loading branch information
pkuczynski committed Oct 14, 2016
2 parents 2d3fe47 + 9fdc2dc commit 357cda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notes
Expand Up @@ -262,7 +262,7 @@ $notes_type Notes:
important_message "
* WARNING: ${__file} contains \`PATH=\` with no \`\$PATH\` inside, this can break RVM,
for details check https://github.com/rvm/rvm/issues/1351#issuecomment-10939525
to avoid this warning append #PATH.
to avoid this warning prepend \`\$PATH\`.
"
fi | important_redirect

Expand Down

0 comments on commit 357cda7

Please sign in to comment.