8043182: hgforest.sh: syntax error on line 329
authormduigou
Wed, 14 May 2014 16:45:07 -0700
changeset 24306 6d8861ac0307
parent 24305 e70f1f56a8d2
child 24307 78fe3dcb9cf7
8043182: hgforest.sh: syntax error on line 329 Reviewed-by: darcy
common/bin/hgforest.sh
--- a/common/bin/hgforest.sh	Tue May 13 08:42:44 2014 -0700
+++ b/common/bin/hgforest.sh	Wed May 14 16:45:07 2014 -0700
@@ -326,7 +326,7 @@
                 echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
                 exit 1
               fi
-              times=`expr ${times} '+' 1)`
+              times=`expr ${times} '+' 1`
               if [ `expr ${times} '%' 10` -eq 0 ] ; then
                 echo "${parent_path} still not created, waiting..." > ${status_output}
               fi