Skip to content

Commit

Permalink
Merge pull request #46 from pingtimeout/patch-1
Browse files Browse the repository at this point in the history
Use proper shell in launch script
  • Loading branch information
lifey committed Apr 12, 2016
2 parents 4a2aabc + 6da177d commit 2de8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/mjprof
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
java -cp "$JAVA_HOME/lib/tools.jar:$DIR/mjprof-1.0.jar:$DIR/libs/*.jar:$DIR/plugins/*" -Dmacros.configFile=${DIR}/macros.properties com.performizeit.mjprof.MJProf $*

0 comments on commit 2de8f55

Please sign in to comment.