Symbolic links to fisheyectl.sh don't work

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • N/A
    • Component/s: None

      If you create a symlink directly to the fisheyectl.sh script it won't find the fisheyeboot.jar because it real path won't be resolved correctly. We currently jsut use the script name:

      PRG=$0

      A dodgy hack would be to do something like:

      PRG=`ls -l $0 | awk '{print $NF}'`

      Which will resolve the full path.

            Assignee:
            Unassigned
            Reporter:
            Andrew Myers [Atlassian]
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: