unindent
This commit is contained in:
parent
527b2d2a67
commit
b85e5768a8
1 changed files with 22 additions and 22 deletions
|
@ -122,9 +122,6 @@ rwx_source() {
|
|||
|
||||
# run initial steps
|
||||
rwx_main() {
|
||||
case "$(rwx_shell)" in
|
||||
"sh" | \
|
||||
"bash")
|
||||
# system root
|
||||
if ! rwx_source "${RWX_ROOT_SYSTEM}"; then
|
||||
__rwx_log "Not a directory: ${RWX_ROOT_SYSTEM}"
|
||||
|
@ -144,7 +141,10 @@ 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