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
|
# user root
|
||||||
rwx_source "${RWX_SELF_USER}"
|
rwx_source "${RWX_SELF_USER}"
|
||||||
#
|
#
|
||||||
local argument="$(echo "${0}" | sed "s|^-||")"
|
local argument
|
||||||
|
argument="$(echo "${0}" | sed "s|^-||")"
|
||||||
case "${argument}" in
|
case "${argument}" in
|
||||||
"bash" | \
|
"bash" | \
|
||||||
"dash" | \
|
"dash" | \
|
||||||
|
|
Loading…
Add table
Reference in a new issue