summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-07-11 15:10:05 +0100
committerKerin Millar <kfm@plushkava.net>2024-07-11 15:10:05 +0100
commit1fb70d59e4e9339c4988f17844c91803031904e0 (patch)
tree2e9c96c09a8fbe5cd9d478df624f649145737bb3
parentReplace "Issue 8" with "POSIX-1.2024" (diff)
downloadgentoo-functions-1fb70d59e4e9339c4988f17844c91803031904e0.tar.gz
gentoo-functions-1fb70d59e4e9339c4988f17844c91803031904e0.tar.bz2
gentoo-functions-1fb70d59e4e9339c4988f17844c91803031904e0.zip
Mention that _find0() requires findutils >=4.9
Signed-off-by: Kerin Millar <kfm@plushkava.net>
-rw-r--r--functions.sh3
1 files changed, 2 insertions, 1 deletions
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()
{