summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-05-22 17:38:23 +0100
committerKerin Millar <kfm@plushkava.net>2024-05-22 17:38:23 +0100
commit2143fdb2adf0131e9baa4f308b8125cfe5e92a47 (patch)
tree80284c4d9fd17edd0f93805828e8d99b36fafd1e
parentMicro-optimise the eqatag() argument parsing loop (diff)
downloadgentoo-functions-2143fdb2adf0131e9baa4f308b8125cfe5e92a47.tar.gz
gentoo-functions-2143fdb2adf0131e9baa4f308b8125cfe5e92a47.tar.bz2
gentoo-functions-2143fdb2adf0131e9baa4f308b8125cfe5e92a47.zip
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@plushkava.net>
-rw-r--r--functions.sh6
1 files 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