projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc9dc58
)
send stdout to /dev/null since we rely on the output of stdout here to determine...
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 17 Mar 2007 08:07:22 +0000
(08:07 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 17 Mar 2007 08:07:22 +0000
(08:07 -0000)
svn path=/main/trunk/; revision=6229
bin/ecompress
patch
|
blob
|
history
diff --git
a/bin/ecompress
b/bin/ecompress
index de01cfdec7d4a12181ee860938d67fc2cef87f2d..046e546fbd808885d192db8e0ed4e2e868200895 100755
(executable)
--- 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 /