Ticket #85 (closed enhancement: fixed)
Shoes cannot be run via symlink (say, in ~/bin)
| Reported by: | sjs | Owned by: | |
|---|---|---|---|
| Milestone: | Keywords: | ||
| Cc: |
Description
The shoes shell wrapper attempts to run ./shoes-bin, which prevents symlinks to shoes from working. By replacing the first line that sets APPPATH with the following 2 lines one can create themselves a handy symlink in ~/bin, /usr/local/bin, etc. and save themselves excessive typing.
REALPATH=`readlink $0`
APPPATH="${REALPATH%/*}"
Change History
Note: See
TracTickets for help on using
tickets.
