From d7ac2867a74bfa48a1bef4024fc219aab8b6b4b2 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 4 Nov 2017 08:04:48 -0400 Subject: [PATCH] no run of empty --- Slax/debian/cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slax/debian/cleanup b/Slax/debian/cleanup index 61a80c9..8d56fdf 100644 --- a/Slax/debian/cleanup +++ b/Slax/debian/cleanup @@ -55,7 +55,7 @@ uncompress_files() ln -sfn "$LINK" "$FILE" rm -f "$LINE" done - find "$1" -type f -name "*.gz" | xargs gunzip + find "$1" -type f -name "*.gz" | xargs -r gunzip } uncompress_files /etc/alternatives