From 30dccb13d1a58facca1893bdcb3d2df22f5762bc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 20 Sep 2009 16:22:37 +0000 Subject: IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting it svn path=/trunk/; revision=12413 --- scripts/checkout-developer-layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1