commit: 1fb70d59e4e9339c4988f17844c91803031904e0
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Thu Jul 11 14:10:05 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 14:10:05 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=1fb70d59
Mention that _find0() requires findutils >=4.9
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
functions.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/functions.sh b/functions.sh
index b4c4ef1..6d691e2 100644
--- a/functions.sh
+++ b/functions.sh
@@ -653,7 +653,8 @@ whenceforth()
#------------------------------------------------------------------------------#
#
-# See the definitions of _select_by_mtime() and is_older_than().
+# See the definitions of _select_by_mtime() and is_older_than(). This function
+# requires that GNU findutils >=4.9 be installed.
#
_find0()
{