X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Ftarbz2;h=c8305040e1863cb252246ca38cd214611d177f83;hb=bcfb3006925bc2f36afeb0ab2099cffd29f9ae4a;hp=a16c8c1a1552e034522bb18cc33aec39e3ee011b;hpb=656e63c0b6829c67483f0f6171fe89dc012bbcfc;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 $?