aboutsummaryrefslogtreecommitdiff
path: root/corepkgs
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-05-01 09:36:28 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-05-01 09:36:28 +0000
commit6842bc9ac4fda9e4ef6b7e71d23b5050357bc1cc (patch)
treed350ecc6021646c7da89f7787a641d7fbfb0879c /corepkgs
parentf913283570aabb2e968a4f6bd06f74c03a5d772c (diff)
* Be quiet when untarring a channel file.
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/channels/unpack.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/channels/unpack.sh.in b/corepkgs/channels/unpack.sh.in
index 332877b9e..80c177024 100644
--- a/corepkgs/channels/unpack.sh.in
+++ b/corepkgs/channels/unpack.sh.in
@@ -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))