mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
14 lines
520 B
Bash
14 lines
520 B
Bash
|
|
$FreeBSD$
|
|
|
|
--- bin/runide.sh.orig Mon Jun 2 11:23:48 2003
|
|
+++ bin/runide.sh Mon Jun 2 11:26:50 2003
|
|
@@ -157,7 +157,7 @@
|
|
|
|
-hotspot|-client|-server|-classic|-native|-green) thread_flag=$1;;
|
|
-J-hotspot|-J-client|-J-server|-J-classic|-J-native|-J-green) thread_flag=`expr $1 : '-J\(.*\)'`;;
|
|
- -J*) jopt=`expr "$1" : '-J\(.*\)'`; jargs="$jargs \"$jopt\"";;
|
|
+ -J*) jopt=`expr -- "$1" : '-J\(.*\)'`; jargs="$jargs \"$jopt\"";;
|
|
*) args="$args \"$1\"" ;;
|
|
esac
|
|
shift
|