Fix quoting for upload.sh
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 12:46:21 +0000 (14:46 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 12:46:21 +0000 (14:46 +0200)
upload.sh

index 3c837ce..6733aa5 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -9,5 +9,5 @@ if test -s stderr; then
 fi
 (cd doc && make ${P}.pdf index.html)
 cp NEWS doc/
-tar cz --exclude=.git -f - dox doc|ssh us2 'cd software/${P}; tar xzf -'
+tar cz --exclude=.git -f - dox doc|ssh us2 "cd software/${P}; tar xzf -"
 exit 0