aboutsummaryrefslogtreecommitdiff
path: root/get_source.sh
diff options
context:
space:
mode:
authorohair <none@none>2012-05-10 08:26:26 -0700
committerohair <none@none>2012-05-10 08:26:26 -0700
commit83538bede951b9612b8f52a9621fc043fece79d6 (patch)
treeda79a4a376c6a1048d9ccd5047cfc8e949c7132c /get_source.sh
parent67b9ab3d8ddade76e4df77d1dc1caa3546d293e4 (diff)
7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
Reviewed-by: erikj, asaha, chegar, sla, dholmes, mbykov, coleenp
Diffstat (limited to 'get_source.sh')
-rw-r--r--get_source.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_source.sh b/get_source.sh
index bc609b3..24dca4a 100644
--- a/get_source.sh
+++ b/get_source.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
#
# Get clones of all nested repositories
-sh ./make/scripts/hgforest.sh clone
+sh ./make/scripts/hgforest.sh clone $*
# Update all existing repositories to the latest sources
sh ./make/scripts/hgforest.sh pull -u