From ab7c0d75a2fb35934f9259cf47c1c7688d544604 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Mar 2007 20:42:47 +0000 Subject: 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 --- bin/ecompress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ecompress') 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 / -- cgit v1.2.3-1-g7c22