From: Adam Dickmeiss Date: Fri, 28 Aug 2009 12:46:21 +0000 (+0200) Subject: Fix quoting for upload.sh X-Git-Tag: v3.0.49~11^2~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=273716ada4a96213fb99182df2a3ee22509437b0;ds=sidebyside Fix quoting for upload.sh --- diff --git a/upload.sh b/upload.sh index 3c837ce..6733aa5 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