commit: f100672645829212d8a2b2b3b273cecbee1e2f18 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Wed Feb 15 04:28:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 07:32:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=f1006726
Remove the comment imploring developers not to use bashisms The shellcheck hint makes it clear that the target is sh(1) with support for the local builtin. Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> Signed-off-by: Sam James <sam <AT> gentoo.org> functions.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions.sh b/functions.sh index b223ce8..bd45c6f 100644 --- a/functions.sh +++ b/functions.sh @@ -2,11 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # shellcheck shell=sh disable=3043 -# -# All functions in this file should be written in POSIX sh. Please do -# not use bashisms. -# - # shellcheck disable=2034 RC_GOT_FUNCTIONS="yes"
