diff options
Diffstat (limited to 'net/phex/files/wrapper.sh')
-rw-r--r-- | net/phex/files/wrapper.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh deleted file mode 100644 index 9f50395b16ae..000000000000 --- a/net/phex/files/wrapper.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -export JAVA_VERSION - -PREFIX="%%PREFIX%%" -JAVA_VERSION="%%JAVA_VERSION%%" -JAVAVM="%%JAVAVM%%" -JAR_DIR="%%JAR_DIR%%" -JAR_FILE="%%JAR_FILE%%" - -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" |