This commit is contained in:
Marc Beninca 2024-12-01 20:23:52 +01:00
parent 527b2d2a67
commit b85e5768a8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -122,9 +122,6 @@ rwx_source() {
# run initial steps # run initial steps
rwx_main() { rwx_main() {
case "$(rwx_shell)" in
"sh" | \
"bash")
# system root # system root
if ! rwx_source "${RWX_ROOT_SYSTEM}"; then if ! rwx_source "${RWX_ROOT_SYSTEM}"; then
__rwx_log "Not a directory: ${RWX_ROOT_SYSTEM}" __rwx_log "Not a directory: ${RWX_ROOT_SYSTEM}"
@ -144,7 +141,10 @@ rwx_main() {
rwx_log rwx_log
rwx_self_help rwx_self_help
fi fi
;; case "$(rwx_shell)" in
"bash" | \
"dash" | \
"sh") ;;
*) *)
local argument="${0}" local argument="${0}"
local name local name