From 308ec93f02fa88e4e800e6bdb61b099cea6e4185 Mon Sep 17 00:00:00 2001 From: John Coomes Date: Thu, 27 May 2010 13:09:56 -0700 Subject: [PATCH] 6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax Reviewed-by: jmelvin, kvn --- hotspot/test/runtime/6888954/vmerrors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/test/runtime/6888954/vmerrors.sh b/hotspot/test/runtime/6888954/vmerrors.sh index d5db80a6f33..5a47e2208c0 100644 --- a/hotspot/test/runtime/6888954/vmerrors.sh +++ b/hotspot/test/runtime/6888954/vmerrors.sh @@ -65,7 +65,7 @@ do done rm -f $$ - i=$(expr $i + 1) + i=`expr $i + 1` done exit $rc