[geany/geany-osx] 209c95: Use $HOME when setting PATH
Jiří Techet
git-noreply at xxxxx
Sat May 21 20:33:37 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 21 May 2016 20:33:37 UTC
Commit: 209c954085e34012d5292a57ca890f72d6249e2f
https://github.com/geany/geany-osx/commit/209c954085e34012d5292a57ca890f72d6249e2f
Log Message:
-----------
Use $HOME when setting PATH
~ seems not to always work right.
Modified Paths:
--------------
README.md
Modified: README.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -79,7 +79,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
3. Run
```
- export PATH=$PATH:"~/.local/bin"
+ export PATH=$PATH:"$HOME/.local/bin"
```
to set path to jhbuild installed in the previous step.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list