summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-08-06 07:15:47 +0100
committerSam James <sam@gentoo.org>2024-08-11 11:10:55 +0100
commitc940730f523589511160dd5be74404c4606f225f (patch)
treecda538add8a3d81238f3c91bd443e839cae68e20
parenttest-functions: refactor the newest() test case (diff)
downloadgentoo-functions-c940730f523589511160dd5be74404c4606f225f.tar.gz
gentoo-functions-c940730f523589511160dd5be74404c4606f225f.tar.bz2
gentoo-functions-c940730f523589511160dd5be74404c4606f225f.zip
Document POSIXLY_CORRECT as an influential variable
Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--functions.sh1
1 files changed, 1 insertions, 0 deletions
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()