aboutsummaryrefslogtreecommitdiff
path: root/get_source.sh
diff options
context:
space:
mode:
authorohrstrom <none@none>2012-12-18 09:57:01 +0100
committerohrstrom <none@none>2012-12-18 09:57:01 +0100
commitb7968b6a94a56e00020d9d8db5c695d4f39ca4cc (patch)
treebec8daedf174d1fdd6105bf13e11c8c2d423613e /get_source.sh
parent399eef49d2638ac499c411da3749da2f49cfc052 (diff)
8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes.
Reviewed-by: ohair, erikj
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 24dca4a..bc4d18d 100644
--- a/get_source.sh
+++ b/get_source.sh
@@ -26,8 +26,8 @@
#
# Get clones of all nested repositories
-sh ./make/scripts/hgforest.sh clone $*
+sh ./common/bin/hgforest.sh clone "$@"
# Update all existing repositories to the latest sources
-sh ./make/scripts/hgforest.sh pull -u
+sh ./common/bin/hgforest.sh pull -u