chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc862ce
)
makedist.sh should be silent.
author
Simon Tatham
<anakin@pobox.com>
Sat, 22 May 2004 13:08:18 +0000
(13:08 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sat, 22 May 2004 13:08:18 +0000
(13:08 +0000)
[originally from svn r4240]
makedist.sh
patch
|
blob
|
history
diff --git
a/makedist.sh
b/makedist.sh
index c71d2e3b281f3895d1b980b99a31d5f7dd78f4c1..16fab3744392395b615a4a3bd5ca72ceb2e81d15 100755
(executable)
--- a/
makedist.sh
+++ b/
makedist.sh
@@
-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.$$ -chz
v
f - puzzles > ../puzzles.tar.gz
+tar -C tmp.$$ -chzf - puzzles > ../puzzles.tar.gz
rm -rf tmp.$$