Skip to content

Commit 32115c2

Browse files
committed
data: Do not compress files twice
Signed-off-by: Alexey Gladkov <legion@kernel.org>
1 parent 07e5b4c commit 32115c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/compress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for filename in "$@"; do
2424
continue
2525

2626
case "$filename" in
27-
*/ERRORS*|*/README*)
27+
*/ERRORS*|*/README*|*.gz|*bz2|*.xz|*.zst)
2828
continue
2929
;;
3030
esac

0 commit comments

Comments
 (0)