common/bin/hgforest.sh
changeset 24306 6d8861ac0307
parent 24305 e70f1f56a8d2
child 26118 dd063cd6c737
equal deleted inserted replaced
24305:e70f1f56a8d2 24306:6d8861ac0307
   324               if [ "${sflag}" = "true" ] ; then
   324               if [ "${sflag}" = "true" ] ; then
   325                 # Missing parent is fatal during sequential operation.
   325                 # Missing parent is fatal during sequential operation.
   326                 echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
   326                 echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
   327                 exit 1
   327                 exit 1
   328               fi
   328               fi
   329               times=`expr ${times} '+' 1)`
   329               times=`expr ${times} '+' 1`
   330               if [ `expr ${times} '%' 10` -eq 0 ] ; then
   330               if [ `expr ${times} '%' 10` -eq 0 ] ; then
   331                 echo "${parent_path} still not created, waiting..." > ${status_output}
   331                 echo "${parent_path} still not created, waiting..." > ${status_output}
   332               fi
   332               fi
   333               sleep 5
   333               sleep 5
   334             done
   334             done