summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-27 20:42:47 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-27 20:42:47 +0000
commitab7c0d75a2fb35934f9259cf47c1c7688d544604 (patch)
treee4cdbe2f58cf9d60ea6a9fbfea462b29c599d287 /bin/ecompress
parentff0dfb0b1072c1d0e14fdcbf58581941baea7bb6 (diff)
downloadportage-ab7c0d75a2fb35934f9259cf47c1c7688d544604.tar.gz
portage-ab7c0d75a2fb35934f9259cf47c1c7688d544604.tar.bz2
portage-ab7c0d75a2fb35934f9259cf47c1c7688d544604.zip
send stdout to /dev/null since we rely on the output of stdout here to determine the proper suffix #171212 (trunk r6228:6229)
svn path=/main/branches/2.1.2/; revision=6294
Diffstat (limited to 'bin/ecompress')
-rwxr-xr-xbin/ecompress2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ecompress b/bin/ecompress
index 2006f657b..59e1e8693 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -30,7 +30,7 @@ case $1 in
# to compress as some programs will refuse to do compression
# if it cannot actually compress the file
echo {0..1000} > compressme
- ${PORTAGE_COMPRESS} ${PORTAGE_COMPRESS_FLAGS} compressme
+ ${PORTAGE_COMPRESS} ${PORTAGE_COMPRESS_FLAGS} compressme > /dev/null
suffix=$(ls compressme*)
suffix=${suffix#compressme}
cd /