summaryrefslogtreecommitdiffstats
path: root/bin/ecompress
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ecompress')
-rwxr-xr-xbin/ecompress2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ecompress b/bin/ecompress
index 91172177e..2b2fa814d 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -14,7 +14,7 @@ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
PORTAGE_COMPRESS=${PORTAGE_COMPRESS:-bzip2}
if [[ -z ${PORTAGE_COMPRESS_FLAGS} ]] ; then
case ${PORTAGE_COMPRESS} in
- bzip2|gzip) PORTAGE_COMPRESS_FLAGS="-9";;
+ bzip2|gzip) PORTAGE_COMPRESS_FLAGS="-f9";;
esac
fi