aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
diff options
context:
space:
mode:
authorGötz Waschk <waschk@mandriva.org>2009-05-08 06:37:06 +0000
committerGötz Waschk <waschk@mandriva.org>2009-05-08 06:37:06 +0000
commitabf560c2b420583cef3b305037aad1a0614aa76e (patch)
tree4967ce47546ee9db00436aeb9dff146d904dbc49 /compress_files
parent4f76a31b47421ed787f69d80f8fcae13ffb75298 (diff)
downloadspec-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
Diffstat (limited to 'compress_files')
-rwxr-xr-xcompress_files1
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//
;