summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:30:28 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:30:28 +0000
commit45c9ef5ffee4431cbdb8c774510f9c357823e275 (patch)
tree0434056653d03323f99b5b28d85aa7be3a775af3 /pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
parentad375737776c677223d7f34d7dcb95b7a45a2937 (diff)
downloadpdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.tar.gz
pdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.tar.bz2
pdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.zip
Add hyphen to remaining files
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@354 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
new file mode 100644
index 00000000..e4cd4722
--- /dev/null
+++ b/pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+BASEDIR=$(cd "$(dirname "$0")"; pwd)
+export LC_CTYPE="UTF-8"
+(cd "$BASEDIR/PDF-Over" && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@" &)