projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5421b76
)
brace style
author
Joey Hess
<joey@gnu.kitenet.net>
Sat, 12 Dec 2009 19:06:51 +0000
(14:06 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sat, 12 Dec 2009 19:06:51 +0000
(14:06 -0500)
pristine-gz
patch
|
blob
|
history
diff --git
a/pristine-gz
b/pristine-gz
index cc33a8c46370a1b72aa1914211166f8ebfaf5d26..a29b4285e6d12a98c168cccb43247d81dd088f4f 100755
(executable)
--- a/
pristine-gz
+++ b/
pristine-gz
@@
-208,7
+208,8
@@
sub predictgzipargs {
if ($level == GZIP_COMPRESSION_BEST) {
push @args, '-9'
- } elsif ($level == GZIP_COMPRESSION_FAST) {
+ }
+ elsif ($level == GZIP_COMPRESSION_FAST) {
push @args, '-1'
}