• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • N/A
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

              Unassigned Unassigned
              andrew.myers Andrew Myers [Atlassian]
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: