X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=upload.sh;h=6733aa54d58f48934f8df89462f0b9f6b25e63d9;hb=dfcd482cb9c615dd3f0410d20f5d9a398e701ade;hp=3c837ce3f815b79be1fd40b427cf6e157bb6f81b;hpb=1c7397ef1885c5c758ab0b6d22ed2ee45e2e24f8;p=yaz-moved-to-github.git 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