mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: fix linter
This commit is contained in:
parent
463ac854d7
commit
b5308cd471
2
kiss
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user