fix/comments
This commit is contained in:
parent
cdf0f47ca3
commit
be2d6b2913
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue