fmt
This commit is contained in:
parent
b85e5768a8
commit
163ff926cd
1 changed files with 15 additions and 14 deletions
|
@ -129,6 +129,10 @@ rwx_main() {
|
|||
fi
|
||||
# user root
|
||||
rwx_source "$(rwx_self_user)"
|
||||
case "$(rwx_shell)" in
|
||||
"bash" | \
|
||||
"dash" | \
|
||||
"sh")
|
||||
# run interactive extras
|
||||
if rwx_shell_interactive; then
|
||||
# check format
|
||||
|
@ -141,10 +145,7 @@ rwx_main() {
|
|||
rwx_log
|
||||
rwx_self_help
|
||||
fi
|
||||
case "$(rwx_shell)" in
|
||||
"bash" | \
|
||||
"dash" | \
|
||||
"sh") ;;
|
||||
;;
|
||||
*)
|
||||
local argument="${0}"
|
||||
local name
|
||||
|
|
Loading…
Add table
Reference in a new issue