chiark / gitweb /
makedist.sh should be silent.
authorSimon Tatham <anakin@pobox.com>
Sat, 22 May 2004 13:08:18 +0000 (13:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 May 2004 13:08:18 +0000 (13:08 +0000)
[originally from svn r4240]

makedist.sh

index c71d2e3b281f3895d1b980b99a31d5f7dd78f4c1..16fab3744392395b615a4a3bd5ca72ceb2e81d15 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.$$