Failed to connect up the `destroy' signal in error_box(), causing
[sgt/puzzles] / makedist.sh
index c71d2e3..16fab37 100755 (executable)
@@ -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.$$