* Be quiet when untarring a channel file.

This commit is contained in:
Eelco Dolstra 2005-05-01 09:36:28 +00:00
parent f913283570
commit 6842bc9ac4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ echo '[' > $expr
nr=0
for i in $inputs; do
echo "unpacking $i"
@bunzip2@ < $i | @tar@ xvf -
@bunzip2@ < $i | @tar@ xf -
@coreutils@/mv * ../$nr # !!! hacky
echo "(import ./$nr)" >> $expr
nr=$(($nr + 1))