forked from kiss-community/kiss
missing continue.........
This commit is contained in:
parent
51a3a26e6f
commit
e6fe686dc9
1
kiss
1
kiss
@ -1426,6 +1426,7 @@ pkg_install_files() {
|
|||||||
[ -d "$_file" ] &&
|
[ -d "$_file" ] &&
|
||||||
if equ "$1" '-z'; then
|
if equ "$1" '-z'; then
|
||||||
war "Deferring creation of '$_file' as it overlaps with an existing directory"
|
war "Deferring creation of '$_file' as it overlaps with an existing directory"
|
||||||
|
continue
|
||||||
else
|
else
|
||||||
war "Refusing to replace non-empty directory '$_file' with file"
|
war "Refusing to replace non-empty directory '$_file' with file"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user