changeset 24306 | 6d8861ac0307 |
parent 24305 | e70f1f56a8d2 |
child 26118 | dd063cd6c737 |
--- 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