commit: e30f76383073d72dd214634c9607c4b4b6668acc Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Tue Feb 3 04:20:21 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 6 01:45:15 2026 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=e30f7638
Update a comment regarding BASHPID The "functions.sh" unit no longer incorporates the _update_columns() function. Update the comment regarding BASHPID accordingly. Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> Signed-off-by: Sam James <sam <AT> gentoo.org> functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 529e629..fca4b51 100644 --- a/functions.sh +++ b/functions.sh @@ -20,7 +20,7 @@ # BASH : whether bash-specific features may be employed # BASH_VERSINFO : whether bash-specific features may be employed -# BASHPID : may be used by _update_columns() and _update_pid() +# BASHPID : may be used by _update_pid() # GENFUN_MODULES : which of the optional function collections must be sourced # IFS : warn() operands are joined by its first character # INVOCATION_ID : used by from_unit()
