Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d8ec559

Browse files
committed
version 2.0.2
1 parent 4fc22e0 commit d8ec559

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog
22
---------
33

4+
### v2.0.2 (2017-04-23)
5+
* Bugfix: do NOT expand/evaluate the default Oracle Classpath (`App.app/Contents/Java/*`) (PR #42, Thanks to @mguessan for his contribution)
6+
47
### v2.0.1 (2016-11-27)
58
* Bugfix for regression in argument passthru introduced in 2.0.0 (fixes #39)
69

src/universalJavaApplicationStub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# #
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
16-
# @date 2016-11-27 #
17-
# @version 2.0.1 #
16+
# @date 2017-11-27 #
17+
# @version 2.0.2 #
1818
# #
1919
# #
2020
##################################################################################
@@ -479,7 +479,7 @@ elif [ -f "$JAVACMD" ] && [ -x "$JAVACMD" ] ; then
479479

480480
# enable drag&drop to the dock icon
481481
export CFProcessPath="$0"
482-
482+
483483
# remove Apples ProcessSerialNumber from passthru arguments (#39)
484484
if [[ $@ == -psn* ]] ; then
485485
ArgsPassthru=""

0 commit comments

Comments
 (0)