mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
1b69e27a4e
entirely in Java PR: 16606 Submitted by: sobomax
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
--- launixgc.sh.orig Thu Dec 2 09:30:38 1999
|
|
+++ launixgc.sh Fri Feb 11 18:00:40 2000
|
|
@@ -421,6 +421,8 @@
|
|
if [ ${jittype:-""} = "off" ]
|
|
then
|
|
jitinvoc="-Djava.compiler="
|
|
+ else
|
|
+ jitinvoc="-Djava.compiler=$jittype"
|
|
fi
|
|
fi
|
|
|