get_source.sh

changeset 436
955a3e8ed4f0
parent 276
dc9eb519c6ed
child 538
8e36a0fabf58
     1.1 --- a/get_source.sh	Wed May 09 16:12:35 2012 -0700
     1.2 +++ b/get_source.sh	Thu May 10 08:26:26 2012 -0700
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  
     1.6  #
     1.7 -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.8 +# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.10  #
    1.11  # This code is free software; you can redistribute it and/or modify it
    1.12 @@ -26,7 +26,7 @@
    1.13  #
    1.14  
    1.15  # Get clones of all nested repositories
    1.16 -sh ./make/scripts/hgforest.sh clone
    1.17 +sh ./make/scripts/hgforest.sh clone $*
    1.18  
    1.19  # Update all existing repositories to the latest sources
    1.20  sh ./make/scripts/hgforest.sh pull -u

mercurial