commit: 13e1d297905a7be552af2f4407da188c242e1efe
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Thu May 16 06:56:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 01:40:20 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=13e1d297
Tweak the comment style for yesno()
Following William's style because it remains the prevailing one.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
functions.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/functions.sh b/functions.sh
index 1f547d0..9424660 100644
--- a/functions.sh
+++ b/functions.sh
@@ -307,6 +307,7 @@ vewend()
fi
}
+#
# Determines whether the first parameter is truthy. The values taken to be true
# are "yes", "true", "on" and "1", whereas their opposites are taken to be
# false. The empty string is also taken to be false. All pattern matching is