From a4abf81967fc45de5c20419d8295b56bebc05ba4 Mon Sep 17 00:00:00 2001 From: jlaskey Date: Wed, 6 Feb 2013 13:37:03 -0400 Subject: [PATCH] 8007666: nashorn missing from hgforest.sh Reviewed-by: jlaskey Contributed-by: james.laskey@oracle.com --- common/bin/hgforest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bin/hgforest.sh b/common/bin/hgforest.sh index cbda871..e4cb76a 100644 --- a/common/bin/hgforest.sh +++ b/common/bin/hgforest.sh @@ -96,7 +96,7 @@ pull_default="" repos="" repos_extra="" if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then - subrepos="corba jaxp jaxws langtools jdk hotspot" + subrepos="corba jaxp jaxws langtools jdk hotspot nashorn" if [ -f .hg/hgrc ] ; then pull_default=`hg paths default` if [ "${pull_default}" = "" ] ; then -- GitLab