From 1ec225aa6edcc264613071a943f99ba7f6aa0d06 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 4 Feb 2014 22:00:00 -0500 Subject: [PATCH] Make tarbz2 less verbose --- scripts/tarbz2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tarbz2 b/scripts/tarbz2 index a16c8c1..c830504 100755 --- a/scripts/tarbz2 +++ b/scripts/tarbz2 @@ -59,6 +59,6 @@ if [ ! -d ${DIR} ]; then fi # Decompressing file to standard output and piping result to bzip2 -tar cvf - ${DIR} | ${BZIP2_BIN} -9 > ${DEST}.tar.bz2 +tar cf - ${DIR} | ${BZIP2_BIN} -9 > ${DEST}.tar.bz2 exit $? -- 2.20.1