summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2012-11-08 15:20:36 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2012-11-08 15:44:15 +0100
commitf96124e6f9acc33adca970b2b5aee9349caa7ce9 (patch)
tree5656a936c89e4c1c7a3bf079e30304436fbade98 /trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh
parent6425ee76cabb09ddcfea54cde6693f456e09c4e9 (diff)
downloadpdf-over-f96124e6f9acc33adca970b2b5aee9349caa7ce9.tar.gz
pdf-over-f96124e6f9acc33adca970b2b5aee9349caa7ce9.tar.bz2
pdf-over-f96124e6f9acc33adca970b2b5aee9349caa7ce9.zip
+ error message if manual positioning fails ...
+ fixed mac start script + fixed signature block size with auto positioning
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh')
-rw-r--r--trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh4
1 files changed, 2 insertions, 2 deletions
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 a3f0e8da..c7be27d4 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,3 +1,3 @@
#!/bin/sh
-BASEDIR=`dirname $0`
-(cd $BASEDIR/.. && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@")
+BASEDIR=$(cd "$(dirname "$0")"; pwd)
+(cd $BASEDIR/PDFOver/Contents && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@")