diff options
Diffstat (limited to 'devel/flex_compiler_shell/files/fcsh.in')
-rw-r--r-- | devel/flex_compiler_shell/files/fcsh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/flex_compiler_shell/files/fcsh.in b/devel/flex_compiler_shell/files/fcsh.in deleted file mode 100644 index 3a64904f24d4..000000000000 --- a/devel/flex_compiler_shell/files/fcsh.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -[ -z "${PREFIX}" ] && PREFIX="%%PREFIX%%" -[ -z "${JAVAJARDIR}" ] && JAVAJARDIR="%%JAVAJARDIR%%/flex-sdk" -[ -z "${FLEX_HOME}" ] && FLEX_HOME=${PREFIX}/share/flex-sdk - -VMARGS="-Xmx384m -Dsun.io.useCanonCaches=false" - -java $VMARGS "-Dapplication.home=$FLEX_HOME" -jar "$JAVAJARDIR/fcsh.jar" |