From e6fe686dc9983f9e09bbe49297ff4d5260392531 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sun, 9 Oct 2022 17:07:40 +0530 Subject: [PATCH] missing continue......... --- kiss | 1 + 1 file changed, 1 insertion(+) diff --git a/kiss b/kiss index b9d8862..a3b8ff4 100755 --- a/kiss +++ b/kiss @@ -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