diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-developer-layout.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index b577ba5c..9f2b9977 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -14,8 +14,8 @@ SVNOPTIONS="--ignore-externals" cd $cvs_root_dir echo "Running svn update:" svn update ${SVNOPTIONS} -echo "Running svn update for Gem:" -for section in externals/Gem; do +echo "Running svn update for svn-externals individually:" +for section in externals/*; do echo "Section: $section" cd $section svn update ${SVNOPTIONS} |