X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ftarbz2;h=c8305040e1863cb252246ca38cd214611d177f83;hb=1ec225aa6edcc264613071a943f99ba7f6aa0d06;hp=a16c8c1a1552e034522bb18cc33aec39e3ee011b;hpb=bdc5b49c2b358707ef79449ab92ae4bbee279dab;p=hvutilities.git 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 $?