Skip to content

Commit

Permalink
Merge branch 'hqapi-1.0' into hqapi-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Feb 18, 2010
2 parents 1c4c6b6 + 0f54ac5 commit 2649f86
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 2649f86

Please sign in to comment.