kiss: fix linter

This commit is contained in:
Dylan Araps 2021-07-14 11:46:43 +03:00
parent 463ac854d7
commit b5308cd471
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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