6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
Reviewed-by: jmelvin, kvn
--- 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