makedist.sh should be silent.

[originally from svn r4240]
This commit is contained in:
Simon Tatham
2004-05-22 13:08:18 +00:00
parent fc862ce0f2
commit 9b71ae8fd7

View File

@ -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.$$