From 40adef3a2457a2150c270c35ad8ee0ff8e1b2a8d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Mar 2007 08:07:22 +0000 Subject: 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 --- bin/ecompress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / -- cgit v1.2.3-1-g7c22