mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
makedist.sh should be silent.
[originally from svn r4240]
This commit is contained in:
@ -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.$$
|
||||
|
Reference in New Issue
Block a user