From: Zac Medico Date: Tue, 27 Mar 2007 20:42:47 +0000 (-0000) Subject: send stdout to /dev/null since we rely on the output of stdout here to determine... X-Git-Tag: v2.1.2.3~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab7c0d75a2fb35934f9259cf47c1c7688d544604;p=portage.git 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 --- 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 /