From b9b77f98b5dff40e9b354611e5e2a46cd2262400 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 22 Nov 2010 01:42:52 +0000 Subject: xz 5.0 do not support --text option now --- compress_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compress_files') diff --git a/compress_files b/compress_files index ef56a43..a5390c2 100755 --- a/compress_files +++ b/compress_files @@ -112,7 +112,7 @@ if (@files) { my @command = $ext eq '.gz' ? qw/gzip -9f/ : $ext eq '.bz2' ? qw/bzip2 -9f/ : $ext eq '.lzma' ? qw/lzma -9f --text/ - : $ext eq '.xz' ? qw/xz -9f --text/ + : $ext eq '.xz' ? qw/xz -9f/ : qw// ; xargs(\@files, @command); -- cgit v1.2.1