6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
authorjcoomes
Thu, 27 May 2010 13:09:56 -0700
changeset 5715 fe333439d5c6
parent 5714 f8777c8c7a3b
child 5716 1947993a6161
6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax Reviewed-by: jmelvin, kvn
hotspot/test/runtime/6888954/vmerrors.sh
--- a/hotspot/test/runtime/6888954/vmerrors.sh	Mon May 24 17:11:22 2010 -0700
+++ b/hotspot/test/runtime/6888954/vmerrors.sh	Thu May 27 13:09:56 2010 -0700
@@ -65,7 +65,7 @@
     done
     rm -f $$
 
-    i=$(expr $i + 1)
+    i=`expr $i + 1`
 done
 
 exit $rc