Skip to content

Fix $HOME in README#18

Open
jvkersch wants to merge 1 commit intoVIB-PSB:masterfrom
jvkersch:update-readme
Open

Fix $HOME in README#18
jvkersch wants to merge 1 commit intoVIB-PSB:masterfrom
jvkersch:update-readme

Conversation

@jvkersch
Copy link
Copy Markdown

In bash, $(..) is the command expansion syntax, so $(HOME) tries to run the nonexistant HOME command. This PR changes the syntax to ${HOME}, which is a more accurate reflection of HOME as an environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant