diff options
author | vkrnjic <vkrnjic@klio.iaik.tugraz.at> | 2012-11-12 17:44:27 +0100 |
---|---|---|
committer | vkrnjic <vkrnjic@klio.iaik.tugraz.at> | 2012-11-12 17:44:27 +0100 |
commit | 8481e0459d51dc4bf90ffe15114219bc364392a7 (patch) | |
tree | ec0409facf60e29e663d3306e605337cb9640c5e | |
parent | fc1f2743ff5fa6a7d9f71b994850c9e00d468916 (diff) | |
download | pdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.tar.gz pdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.tar.bz2 pdf-over-8481e0459d51dc4bf90ffe15114219bc364392a7.zip |
change BASEDIR of mac os x script
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 2 |
1 files changed, 1 insertions, 1 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 c7be27d4..95e982ea 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=$(cd "$(dirname "$0")"; pwd) -(cd $BASEDIR/PDFOver/Contents && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@") +(cd $BASEDIR/PDF-Over && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@") |