shithub: puzzles

Download patch

ref: 9b71ae8fd7ccf877d37c2f4fdc18b7d5249c82cf
parent: fc862ce0f2f7786944fa7caea140e39f4a2102b2
author: Simon Tatham <anakin@pobox.com>
date: Sat May 22 09:08:18 EDT 2004

makedist.sh should be silent.

[originally from svn r4240]

--- a/makedist.sh
+++ b/makedist.sh
@@ -9,6 +9,6 @@
   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.$$