get_source.sh

changeset 538
8e36a0fabf58
parent 436
955a3e8ed4f0
child 615
8dd61906da5f
     1.1 --- a/get_source.sh	Wed Dec 12 13:19:32 2012 -0800
     1.2 +++ b/get_source.sh	Tue Dec 18 09:57:01 2012 +0100
     1.3 @@ -26,8 +26,8 @@
     1.4  #
     1.5  
     1.6  # Get clones of all nested repositories
     1.7 -sh ./make/scripts/hgforest.sh clone $*
     1.8 +sh ./common/bin/hgforest.sh clone "$@"
     1.9  
    1.10  # Update all existing repositories to the latest sources
    1.11 -sh ./make/scripts/hgforest.sh pull -u
    1.12 +sh ./common/bin/hgforest.sh pull -u
    1.13  

mercurial