Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trailing newline char to $SOURCE_STR #1191

Merged
merged 1 commit into from
Aug 5, 2016

Conversation

PeterDaveHello
Copy link
Collaborator

Line 302/301 printf "$SOURCE_STR" is missing a trailing newline char,
while line 281/282 and 285/286 have their own new line char, so I just
remove the manually added newline char, and add it to the end of the
variable "$SOURCE_STR", so no more manually newline char needed there.

@ljharb
Copy link
Member

ljharb commented Aug 5, 2016

Thanks! If you don't mind, it'd be great to rebase this on latest master :-)

@PeterDaveHello
Copy link
Collaborator Author

Done.

Line 302/301 `printf "$SOURCE_STR"` is missing a trailing newline char,
while line 281/282 and 285/286 have their own new line char, so I  just
remove the manually added newline char, and add it to the end of the
variable "$SOURCE_STR", so no more manually newline char needed there.
@ljharb ljharb added bugs Oh no, something's broken :-( installing nvm Problems installing nvm itself labels Aug 5, 2016
@ljharb ljharb merged commit 364096a into nvm-sh:master Aug 5, 2016
@ljharb
Copy link
Member

ljharb commented Aug 5, 2016

Thanks!

@PeterDaveHello PeterDaveHello deleted the patch-4 branch August 6, 2016 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs Oh no, something's broken :-( installing nvm Problems installing nvm itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants