diff tests/test-bisect @ 2932:d77022db1bca

Solaris portability fixes
author Danek Duvall <danek.duvall@sun.com>
date Fri, 18 Aug 2006 10:24:04 -0700
parents 14b4ad613dd8
children 61fcd9fac434
line wrap: on
line diff
--- a/tests/test-bisect	Fri Aug 18 10:05:44 2006 -0700
+++ b/tests/test-bisect	Fri Aug 18 10:24:04 2006 -0700
@@ -17,7 +17,7 @@
     test $count -eq 0 && hg add
     hg ci -m "msg $count" -d "$count 0"
     echo % committed changeset $count
-    count=$(( $count + 1 ))
+    count=`expr $count + 1`
 done
 
 echo % log