From: Mike Frysinger Date: Sat, 17 Mar 2007 08:07:22 +0000 (-0000) Subject: send stdout to /dev/null since we rely on the output of stdout here to determine... X-Git-Tag: v2.2_pre1~1571 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40adef3a2457a2150c270c35ad8ee0ff8e1b2a8d;p=portage.git send stdout to /dev/null since we rely on the output of stdout here to determine the proper suffix #171212 svn path=/main/trunk/; revision=6229 --- diff --git a/bin/ecompress b/bin/ecompress index de01cfdec..046e546fb 100755 --- a/bin/ecompress +++ b/bin/ecompress @@ -32,7 +32,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 /