aboutsummaryrefslogtreecommitdiff
path: root/scripts/update-developer-layout.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-12 16:45:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-12 16:45:37 +0000
commit8cbd3e747da29ae1b95df9a03a8607cd497fe87e (patch)
tree7348685e7032c24cb3ba20c7b7868590cb300218 /scripts/update-developer-layout.sh
parent56d80f2fd5038434e65e3145921e1cdaf898b01b (diff)
run svn update for svn-externals individually
svn path=/trunk/; revision=15962
Diffstat (limited to 'scripts/update-developer-layout.sh')
-rwxr-xr-xscripts/update-developer-layout.sh4
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}