aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakedist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh
index c71d2e3..16fab37 100755
--- a/makedist.sh
+++ b/makedist.sh
@@ -9,6 +9,6 @@ for i in *.c *.h LICENCE README Recipe mkfiles.pl Makefile.*; do
ln -s ../../$i tmp.$$/puzzles
done
-tar -C tmp.$$ -chzvf - puzzles > ../puzzles.tar.gz
+tar -C tmp.$$ -chzf - puzzles > ../puzzles.tar.gz
rm -rf tmp.$$