From ae24b05945babe15fd2b8b88afc5275284cbcdfe Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Sat, 25 Oct 2003 16:04:31 +0000 Subject: [PATCH] Don't need -c option for bzip2. --- tools/make-extra-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-extra-dist.sh b/tools/make-extra-dist.sh index 3a13e4c8c..3293886f6 100755 --- a/tools/make-extra-dist.sh +++ b/tools/make-extra-dist.sh @@ -82,7 +82,7 @@ fi if [ -n "$ENABLE_BZIP" ]; then echo " Compressing with bzip" ( cd $DESTDIR ; tar cf - lib ) | \ - bzip2 -c > cmucl-$VERSION-$ARCH-$OS.extra.tar.bz2 + bzip2 > cmucl-$VERSION-$ARCH-$OS.extra.tar.bz2 fi echo Cleaning $DESTDIR -- GitLab