commit: 6e79dbc50ddfe25cb1746ca6ce7cdaca9e1c9822 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Jun 27 20:03:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 17:39:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=6e79dbc5
Describe the SENTINEL variable 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 4f6c0a0..87c2085 100644 --- a/functions.sh +++ b/functions.sh @@ -21,6 +21,7 @@ # INVOCATION_ID : used by from_unit() # PORTAGE_BIN_PATH : used by from_portage() # RC_OPENRC_PID : used by from_runscript() +# SENTINEL : can define a value separating two distinct argument lists # SYSTEMD_EXEC_PID : used by from_unit() # TERM : used to detect dumb terminals
