Ticket #85 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

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

Changed 6 months ago by why

  • status changed from new to closed
  • resolution set to fixed

Okay, great, thanks for bringing this up. This is checked into [445].

Note: See TracTickets for help on using tickets.