get_source.sh

changeset 883
e877cb3eb4d6
parent 615
8dd61906da5f
child 1133
50aaf272884f
child 1146
406ecd8cce66
     1.1 --- a/get_source.sh	Thu Feb 21 15:25:31 2013 -0400
     1.2 +++ b/get_source.sh	Fri Feb 22 13:09:37 2013 -0400
     1.3 @@ -26,7 +26,7 @@
     1.4  #
     1.5  
     1.6  # Get clones of all nested repositories
     1.7 -sh ./common/bin/hgforest.sh clone "$@"
     1.8 +sh ./common/bin/hgforest.sh clone "$@" || exit 1
     1.9  
    1.10  # Update all existing repositories to the latest sources
    1.11  sh ./common/bin/hgforest.sh pull -u

mercurial