get_source.sh

changeset 438
8927dd68aee3
parent 436
955a3e8ed4f0
child 538
8e36a0fabf58
     1.1 --- a/get_source.sh	Thu May 10 10:24:54 2012 -0700
     1.2 +++ b/get_source.sh	Wed May 16 22:06:41 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