From 273716ada4a96213fb99182df2a3ee22509437b0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Aug 2009 14:46:21 +0200 Subject: [PATCH] Fix quoting for upload.sh --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4