From abf560c2b420583cef3b305037aad1a0614aa76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20Waschk?= Date: Fri, 8 May 2009 06:37:06 +0000 Subject: fix syntax error (bug #50724) --- compress_files | 1 - 1 file changed, 1 deletion(-) (limited to 'compress_files') 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// ; -- cgit v1.2.1