diff options
Diffstat (limited to 'pdf-over-gui/src')
| -rw-r--r-- | pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index 0a226ef5..5b3a11e4 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,3 +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 "$@" &) | 
