From 5363713f1940731c9d9432bb603b282bdc16b924 Mon Sep 17 00:00:00 2001 From: Tobias Kellner Date: Wed, 7 Nov 2012 20:42:02 +0100 Subject: Make mac script directory agnostic --- trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trunk/pdf-over-gui/src/main/resources') diff --git a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index a6931703..a3f0e8da 100644 --- a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,2 +1,3 @@ #!/bin/sh -java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main \ No newline at end of file +BASEDIR=`dirname $0` +(cd $BASEDIR/.. && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@") -- cgit v1.2.3