6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
authorjcoomes
Thu May 27 13:09:56 2010 -0700 (2 years ago)
changeset 18025b77884bd4b7
parent 1801f16f1d7893de
child 18032458a1f25356
6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
Reviewed-by: jmelvin, kvn
test/runtime/6888954/vmerrors.sh
--- a/test/runtime/6888954/vmerrors.sh Mon May 24 17:11:22 2010 -0700
+++ b/test/runtime/6888954/vmerrors.sh Thu May 27 13:09:56 2010 -0700
@@ -65,7 +65,7 @@ do
done
rm -f $$
- i=$(expr $i + 1)
+ i=`expr $i + 1`
done
exit $rc