diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-20 16:22:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-20 16:22:37 +0000 |
commit | 30dccb13d1a58facca1893bdcb3d2df22f5762bc (patch) | |
tree | b5085e08219326ece0819069d7219743c5472892 | |
parent | 1cd6868b957fd219a73f2970dce42d3f3a74a319 (diff) |
IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting it
svn path=/trunk/; revision=12413
-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 |