send stdout to /dev/null since we rely on the output of stdout here to determine...
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Mar 2007 20:42:47 +0000 (20:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Mar 2007 20:42:47 +0000 (20:42 -0000)
svn path=/main/branches/2.1.2/; revision=6294

bin/ecompress

index 2006f657bc8d5228582a9580675ba63126a89e6b..59e1e86935fc552165419863353f9a71738a25cd 100755 (executable)
@@ -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 /