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}"
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue