New commits:
commit 8f098c2646a4d438a003408cd4e7678c29f0d6f6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
apply_patch_dir again is one function with checks done with ls and -d
find gets invoked once and only if there is non-empty directory, also the
"messsage" typo was fixed
diff --git a/ChangeLog b/ChangeLog
index da55742..228030b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-08-26 Pavel Vinogradov <public AT sorcemage.org>
+ * FUNCTIONS: simplified apply_patch_dir, removed apply_patch_dir_find
+
2023-08-24 Vlad Glagolev <stealth AT sourcemage.org>
* crypto/gpg-agent: new spell, GNU privacy guard - cryptographic agent
diff --git a/FUNCTIONS b/FUNCTIONS
index 1b70493..8431735 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -285,26 +285,18 @@ function install_www_files ()
}