commit 87db75cfb4f14212133e6f216f16871a837e3f2b
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Dec 29 16:45:35 2012 +0200

    - use -o to specify output file

 get-source.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/get-source.sh b/get-source.sh
index c667afc..e606fb4 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -20,4 +20,4 @@ if [ -e $ARCHIVE ]; then
        echo >&2 "$ARCHIVE already exists"
        exit 0
 fi
-git archive master --format tar --prefix=$PACKAGE-$VERSION/ | gzip -9 > 
$ARCHIVE
+git archive master --prefix=$PACKAGE-$VERSION/ -o $ARCHIVE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xdg-utils.git/commitdiff/87db75cfb4f14212133e6f216f16871a837e3f2b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to