install/return

This commit is contained in:
Marc Beninca 2025-01-12 16:54:01 +01:00
parent 4f085af44e
commit 3b2f1447f9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -71,7 +71,7 @@ rwx_self_init() {
_rwx_cmd_rwx_install() { rwx_self_install "${@}"; }
rwx_self_install() {
local target="${1}"
[ -n "${target}" ] || exit
[ -n "${target}" ] || return
local command file root
# code
root="${target}${RWX_ROOT_SYSTEM}"