diff options
Diffstat (limited to 'scripts')
-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 0247fcb8..122e6e06 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -19,6 +19,6 @@ cd $cvs_root_dir for section in abstractions doc extensions externals packages scripts Gem GemLibs; do echo "$section" cd $section - cvs up + cvs up -Pd cd .. done |