Skip to content

Commit

Permalink
Merge pull request #431 from ht290/master
Browse files Browse the repository at this point in the history
Made -agentlib options before the classpath in the bash script.
  • Loading branch information
muuki88 committed Dec 14, 2014
2 parents b8b8248 + 861adec commit 59c2b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ process_args () {

-java-home) require_arg path "$1" "$2" && java_cmd="$2/bin/java" && shift 2 ;;

-D*) addJava "$1" && shift ;;
-D*|-agentlib*) addJava "$1" && shift ;;
-J*) addJava "${1:2}" && shift ;;
*) addResidual "$1" && shift ;;
esac
Expand Down

0 comments on commit 59c2b9f

Please sign in to comment.