commit: 2143fdb2adf0131e9baa4f308b8125cfe5e92a47
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Wed May 22 16:38:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 16:38:23 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=2143fdb2
Correct the wrapping of a comment
In accordance with the presumption of a tab being as wide as 8 spaces.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
functions.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/functions.sh b/functions.sh
index f965534..48b4c5a 100644
--- a/functions.sh
+++ b/functions.sh
@@ -389,9 +389,9 @@ is_older_than()
fi
shift
- # Check whether GNU find is installed by the name of "gfind". So as to
avoid
- # repeated PATH lookups, run the hash builtin in the present shell,
prior to
- # forking.
+ # Check whether GNU find is installed by the name of "gfind". So as to
+ # avoid repeated PATH lookups, run the hash builtin in the present
+ # shell, prior to forking.
hash gfind 2>/dev/null; has_gfind=$(( $? == 0 ))
for path; do