| Issue 10: | gzlc doesn't run when it's in your $PATH | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. install gazelle in /usr/local/bin 2. check that gzlc is in the path: $ which gzlc /usr/local/bin/gzlc 3. Try to run gzlc $ gzlc gzlc: cannot open gzlc: No such file or directory A workaround is to define an alias instead of putting it in your path: $ alias gzlc=/usr/local/bin/gzlc $ gzlc gzlc: no input file (This is Gazelle 0.4 on OS X.) |
Labels: FixTarget-0.5