arg
This commit is contained in:
parent
8e2cd2a867
commit
9f705e6af8
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ rwx_main() {
|
|||
# user root
|
||||
rwx_source "${RWX_SELF_USER}"
|
||||
#
|
||||
local argument="$(echo "${0}" | sed "s|^-||")"
|
||||
local argument
|
||||
argument="$(echo "${0}" | sed "s|^-||")"
|
||||
case "${argument}" in
|
||||
"bash" | \
|
||||
"dash" | \
|
||||
|
|
Loading…
Reference in a new issue