diff options
-rwxr-xr-x | scripts/update-developer-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index cf3ea069..2d8297fb 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -15,7 +15,7 @@ cd $cvs_root_dir echo "Running svn update:" svn update ${SVNOPTIONS} echo "Running svn update for Gem:" -for section in Gem videoIO; do +for section in Gem abstractions doc externals packages pd scripts; do echo "$section" cd $section svn update ${SVNOPTIONS} |