Skip to content

Commit

Permalink
Merge pull request #118 from amitkot/patch-1
Browse files Browse the repository at this point in the history
Allowing running via a symbolic link
  • Loading branch information
Jonathan Feinberg committed Oct 21, 2014
2 parents bc2424b + 7d3192f commit 77538f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processing-py.sh
Expand Up @@ -19,7 +19,8 @@ JVM_ARGS="-Xmx1024m"
#
####
JAVA=`which java`
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
THIS_FILE="$( readlink "$( which ${BASH_SOURCE[0]} )" || echo ${BASH_SOURCE[0]} )"
BASEDIR="$( cd "$( dirname $THIS_FILE )" && pwd )"
PLATFORM='unknown'
SPLASH="-splash:$BASEDIR/libraries/runtime/splash.png"
REDIRECT="--noredirect"
Expand Down

0 comments on commit 77538f3

Please sign in to comment.