comparison test/runtime/6888954/vmerrors.sh @ 1592:5b77884bd4b7

6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax Reviewed-by: jmelvin, kvn
author jcoomes
date Thu, 27 May 2010 13:09:56 -0700
parents f03d0a26bf83
children 59b052799158
comparison
equal deleted inserted replaced
1591:f16f1d7893de 1592:5b77884bd4b7
63 rc=1 63 rc=1
64 fi 64 fi
65 done 65 done
66 rm -f $$ 66 rm -f $$
67 67
68 i=$(expr $i + 1) 68 i=`expr $i + 1`
69 done 69 done
70 70
71 exit $rc 71 exit $rc