From b5308cd471e6e54a3eaa719bc8305dd9807d2c42 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 14 Jul 2021 11:46:43 +0300 Subject: [PATCH] kiss: fix linter --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index be77f50..672649e 100755 --- a/kiss +++ b/kiss @@ -1379,7 +1379,7 @@ pkg_install() { # Generate a list of files which exist in the currently installed manifest # but not in the newer (to be installed) manifest. - ! grep -vFxf "$tar_man" "$mak_dir/m" > "$mak_dir/rm" + grep -vFxf "$tar_man" "$mak_dir/m" > "$mak_dir/rm" 2>/dev/null ||: # Block being able to abort the script with Ctrl+C during installation. # Removes all risk of the user aborting a package installation leaving