commit: 38f482bf5beafb1b998d2beb4f3030aee0013e16 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Jul 11 14:30:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 14:30:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=38f482bf
Add a comment regarding POSIX XCU compatibility Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.sh b/functions.sh index 6d691e2..faacdca 100644 --- a/functions.sh +++ b/functions.sh @@ -9,6 +9,11 @@ # intended for internal use shall be prefixed with "genfun_" to indicate so, # and to reduce the probability of name space conflicts. +# The functions shall be compatible with the POSIX-1.2018 Shell and Utilities +# (XCU), except where otherwise noted, and with the additional exception that +# the use of the local utility is permitted, despite the results of its +# invocation being formally unspecified. + # The following variables affect initialisation and/or function behaviour. # BASH : whether bash-specific features may be employed
