From 3b2f1447f968930578f58f288be3520baba02881 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 12 Jan 2025 16:54:01 +0100 Subject: [PATCH] install/return --- sh/self.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/self.sh b/sh/self.sh index 639e87d..e91425b 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -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}"