diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkout-developer-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh index 8ac5a3f9..18ad4197 100755 --- a/scripts/checkout-developer-layout.sh +++ b/scripts/checkout-developer-layout.sh @@ -40,7 +40,7 @@ cd pure-data for section in Gem videoIO; do echo "checking out Gem::${section}" - svn checkout SVNOPTIONS ${PDAUTH} ${GEMURL}/${section} ${section} + svn checkout $SVNOPTIONS ${PDAUTH} ${GEMURL}/${section} ${section} done |