From af185d3f176cf620b5c8d5e9f786dccc7f3964af Mon Sep 17 00:00:00 2001 From: jcoomes Date: Wed, 5 Sep 2012 12:42:26 -0700 Subject: [PATCH] 7196361: add hotspot/make/closed to hgforest.sh Reviewed-by: ohair --- make/scripts/hgforest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/scripts/hgforest.sh b/make/scripts/hgforest.sh index 5906f72..ed937f3 100644 --- a/make/scripts/hgforest.sh +++ b/make/scripts/hgforest.sh @@ -58,7 +58,7 @@ if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then fi done if [ "${pull_extra_base}" != "" ] ; then - subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" + subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` pull_extra="${pull_extra_base}/${pull_default_tail}" for i in ${subrepos_extra} ; do -- GitLab