diff -r 1a8c7c530f8a -r dd596160b323 make/scripts/hgforest.sh --- a/make/scripts/hgforest.sh Thu May 24 16:15:30 2012 -0700 +++ b/make/scripts/hgforest.sh Fri Jun 08 17:25:46 2012 -0700 @@ -112,6 +112,9 @@ sleep 5 fi done +# Wait for all hg commands to complete +wait + if [ "${repos_extra}" != "" ] ; then for i in ${repos_extra} ; do echo "Starting on ${i}" @@ -127,11 +130,10 @@ sleep 5 fi done + # Wait for all hg commands to complete + wait fi -# Wait for all hg commands to complete -wait - # Cleanup rm -f -r ${tmp}