diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a3d70..f1550ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ChangeLog --------- +### v2.0.2 (2017-04-23) +* Bugfix: do NOT expand/evaluate the default Oracle Classpath (`App.app/Contents/Java/*`) (PR #42, Thanks to @mguessan for his contribution) + ### v2.0.1 (2016-11-27) * Bugfix for regression in argument passthru introduced in 2.0.0 (fixes #39) diff --git a/src/universalJavaApplicationStub b/src/universalJavaApplicationStub index 6053389..1179504 100755 --- a/src/universalJavaApplicationStub +++ b/src/universalJavaApplicationStub @@ -13,8 +13,8 @@ # # # @author Tobias Fischer # # @url https://github.com/tofi86/universalJavaApplicationStub # -# @date 2016-11-27 # -# @version 2.0.1 # +# @date 2017-11-27 # +# @version 2.0.2 # # # # # ################################################################################## @@ -479,7 +479,7 @@ elif [ -f "$JAVACMD" ] && [ -x "$JAVACMD" ] ; then # enable drag&drop to the dock icon export CFProcessPath="$0" - + # remove Apples ProcessSerialNumber from passthru arguments (#39) if [[ $@ == -psn* ]] ; then ArgsPassthru=""