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

This commit is contained in:
brij
2022-08-18 15:10:58 +00:00
committed by AJ ONeal
parent 82af8b46a4
commit fdeefd7e75
132 changed files with 169 additions and 169 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
set -u
function __install_setcap_netbind() {
__install_setcap_netbind() {
# remove prior version, if exists
rm -f ~/.local/bin/setcap-netbind
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
set -u
function main() {
main() {
my_bin="${1}"
# ex: node
if [ -z "$(command -v "${my_bin}")" ]; then