diff options
author | Götz Waschk <waschk@mandriva.org> | 2009-05-08 06:37:06 +0000 |
---|---|---|
committer | Götz Waschk <waschk@mandriva.org> | 2009-05-08 06:37:06 +0000 |
commit | abf560c2b420583cef3b305037aad1a0614aa76e (patch) | |
tree | 4967ce47546ee9db00436aeb9dff146d904dbc49 | |
parent | 4f76a31b47421ed787f69d80f8fcae13ffb75298 (diff) | |
download | spec-helper-abf560c2b420583cef3b305037aad1a0614aa76e.tar spec-helper-abf560c2b420583cef3b305037aad1a0614aa76e.tar.gz spec-helper-abf560c2b420583cef3b305037aad1a0614aa76e.tar.bz2 spec-helper-abf560c2b420583cef3b305037aad1a0614aa76e.tar.xz spec-helper-abf560c2b420583cef3b305037aad1a0614aa76e.zip |
fix syntax error (bug #50724)v0.30.1
-rwxr-xr-x | compress_files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compress_files b/compress_files index 0130a75..8894d73 100755 --- a/compress_files +++ b/compress_files @@ -134,7 +134,6 @@ if (@f) { my @command = $ext eq '.gz' ? qw/gzip -9f/ : $ext eq '.bz2' ? qw/bzip2 -9f/ : $ext eq '.lzma' ? qw/lzma -9f --text/ - : qw// : $ext eq '.xz' ? qw/xz -9f --text/ : qw// ; |