missing continue.........

This commit is contained in:
git-bruh 2022-10-09 17:07:40 +05:30
parent 51a3a26e6f
commit e6fe686dc9
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -1426,6 +1426,7 @@ pkg_install_files() {
[ -d "$_file" ] &&
if equ "$1" '-z'; then
war "Deferring creation of '$_file' as it overlaps with an existing directory"
continue
else
war "Refusing to replace non-empty directory '$_file' with file"
return 1