commit: c940730f523589511160dd5be74404c4606f225f Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Tue Aug 6 06:15:47 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 11 10:10:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=c940730f
Document POSIXLY_CORRECT as an influential variable Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> Signed-off-by: Sam James <sam <AT> gentoo.org> functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 177dad8..f84708f 100644 --- a/functions.sh +++ b/functions.sh @@ -25,6 +25,7 @@ # IFS : warn() operands are joined by its first character # INVOCATION_ID : used by from_unit() # PORTAGE_BIN_PATH : used by from_portage() +# POSIXLY_CORRECT : if unset/empty, quote_args() may emit dollar-single-quotes # RC_OPENRC_PID : used by from_runscript() # SENTINEL : can define a value separating two distinct argument lists # SYSTEMD_EXEC_PID : used by from_unit()
