fix/comments

This commit is contained in:
Marc Beninca 2025-07-08 06:52:28 +02:00
parent cdf0f47ca3
commit be2d6b2913
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -209,7 +209,7 @@ rwx_code_main() {
rwx_source "${RWX_SELF_USER}"
# load code cache
rwx_code_load
# context / command
# set command
local command
# command name used to run
# (stripped from hyphen interactive flag)
@ -218,6 +218,7 @@ rwx_code_main() {
"bash" | "dash" | "sh") unset command ;;
*) ;;
esac
# context / command
if [ -n "${command}" ]; then
local function
# find the matching function