aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkout-developer-layout.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-20 16:22:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-20 16:22:37 +0000
commit30dccb13d1a58facca1893bdcb3d2df22f5762bc (patch)
treeb5085e08219326ece0819069d7219743c5472892 /scripts/checkout-developer-layout.sh
parent1cd6868b957fd219a73f2970dce42d3f3a74a319 (diff)
IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting it
svn path=/trunk/; revision=12413
Diffstat (limited to 'scripts/checkout-developer-layout.sh')
-rwxr-xr-xscripts/checkout-developer-layout.sh2
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