projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0dfb0
)
send stdout to /dev/null since we rely on the output of stdout here to determine...
author
Zac Medico
<zmedico@gentoo.org>
Tue, 27 Mar 2007 20:42:47 +0000
(20:42 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ecompress
b/bin/ecompress
index 2006f657bc8d5228582a9580675ba63126a89e6b..59e1e86935fc552165419863353f9a71738a25cd 100755
(executable)
--- 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 /