From 45c9ef5ffee4431cbdb8c774510f9c357823e275 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:30:28 +0000 Subject: Add hyphen to remaining files git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@354 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh (limited to 'pdf-over-gui/src/main/resources/scripts/pdf-over_mac.sh') 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 "$@" &) -- cgit v1.2.3