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

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Apr 23, 2017
1 parent 4fc22e0 commit d8ec559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions src/universalJavaApplicationStub
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
# #
##################################################################################
Expand Down Expand Up @@ -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=""
Expand Down

2 comments on commit d8ec559

@lovelace
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the date be 2017-04-23? Unless you've got a time machine Nov 27 2017 hasn't happened yet! :-)

@tofi86
Copy link
Owner Author

@tofi86 tofi86 commented on d8ec559 Jun 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha 😂 thanks mate, must have been a glitch in the spacetime continuum. My time machine is still in beta stage 😉

Please sign in to comment.