aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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//
;