Print

Print


Commit in SlacMCPrj/scripts on MAIN
jas-batch.sh+71.4 -> 1.5
Set JAVAVER to 1.5 if not set in environment

SlacMCPrj/scripts
jas-batch.sh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- jas-batch.sh	21 Sep 2005 21:44:50 -0000	1.4
+++ jas-batch.sh	21 Sep 2005 21:58:48 -0000	1.5
@@ -1,5 +1,12 @@
 #!/bin/sh
 
+# setup JAVAVER 
+if [ -z "${JAVAVER}" ]; then
+  JAVAVER=1.5
+fi
+
+echo "JAVAVER=$JAVAVER"
+
 # default jar locations
 if [ -z "${JAS_BASE}" ]; then
   JAS_BASE=$PRJ_DIST/jas3/current/
CVSspam 0.2.8