From: Adam Dickmeiss Date: Fri, 28 Aug 2009 12:46:06 +0000 (+0200) Subject: Fix quoting for upload.sh X-Git-Tag: v1.2.0~36 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7a0cdebc600629c00226286b9ea201f58054d0f5;p=pazpar2-moved-to-github.git Fix quoting for upload.sh --- diff --git a/upload.sh b/upload.sh index d12c2c9..cc12628 100755 --- 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