diff options
Diffstat (limited to 'deskutils/projectlibre/files/projectlibre.sh.in')
-rw-r--r-- | deskutils/projectlibre/files/projectlibre.sh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/projectlibre/files/projectlibre.sh.in b/deskutils/projectlibre/files/projectlibre.sh.in index de56f43c2578..bc8ef33f856e 100644 --- a/deskutils/projectlibre/files/projectlibre.sh.in +++ b/deskutils/projectlibre/files/projectlibre.sh.in @@ -3,6 +3,4 @@ PROJECTLIBRE_HOME="%%DATADIR%%" export PROJECTLIBRE_HOME cd "%%DATADIR%%" -"%%LOCALBASE%%/bin/java" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" > /dev/null 2>&1 - -# eof +exec "%%JAVA%%" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" |