aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
diff options
context:
space:
mode:
Diffstat (limited to 'compress_files')
-rwxr-xr-xcompress_files2
1 files changed, 1 insertions, 1 deletions
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);