refactor(posix): remove function prefixes from all shell files

This commit is contained in:
brij
2022-08-18 10:28:38 +05:30
committed by AJ ONeal
parent 82af8b46a4
commit fdeefd7e75
132 changed files with 169 additions and 169 deletions

View File

@@ -3,7 +3,7 @@
# shellcheck disable=SC2034
# "'pkg_cmd_name' appears unused. Verify it or export it."
function __init_foobar() {
__init_foobar() {
set -e
set -u