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