mawk/function

This commit is contained in:
Marc Beninca 2025-07-13 22:04:54 +02:00
parent 80f244fb08
commit 596126bb85
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 6 deletions

View file

@ -204,7 +204,7 @@ rwx_shell_main() {
*) ;;
esac
# find the matching function
function="$(rwx_code_action_target "command function" "${command}")"
function="$(rwx_code_action_target "function" "${command}")"
if [ -n "${function}" ]; then
"${function}" "${@}"
fi