From 83a1c8ce4899372c653569d1f503fb156ca06481 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 6 May 2026 18:28:06 +0200 Subject: [PATCH] removed rogue french comments --- profile.d/compress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile.d/compress.sh b/profile.d/compress.sh index 42d294e..85fe75e 100644 --- a/profile.d/compress.sh +++ b/profile.d/compress.sh @@ -476,7 +476,7 @@ taz() [[ $4 ]] && opt=('--verbose') opt+=("$procopt") - # Compresse au format bz2 + # Compress with gzip $command "${opt[@]}" --keep "-$3" "$1" return $? } @@ -520,7 +520,7 @@ taz() [[ $4 ]] && verb=('-v') [[ $2 -gt 1 ]] && disp W "lzop doesn't support multithreading, falling back to 1 thread." - # Compresse au format lzo + # Compress with lzo lzop "${verb[@]}" --keep "-$3" "$1" return $? }