Skip to content

Commit

Permalink
[HHQ-3740] Allow hqapi.sh to be executed from a symlinked directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Feb 18, 2010
1 parent 2ae29af commit 0f54ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hqapi.sh
Expand Up @@ -3,6 +3,6 @@
cd `dirname $0`/..
RUNDIR=`pwd`

CLASSPATH=$CLASSPATH$(find $RUNDIR -name "*.jar" -exec printf :{} ';')
CLASSPATH=$CLASSPATH$(find -L $RUNDIR -name "*.jar" -exec printf :{} ';')

java -cp $CLASSPATH org.hyperic.hq.hqapi1.tools.Shell "$@"

0 comments on commit 0f54ac5

Please sign in to comment.