install/return
This commit is contained in:
parent
4f085af44e
commit
3b2f1447f9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ rwx_self_init() {
|
||||||
_rwx_cmd_rwx_install() { rwx_self_install "${@}"; }
|
_rwx_cmd_rwx_install() { rwx_self_install "${@}"; }
|
||||||
rwx_self_install() {
|
rwx_self_install() {
|
||||||
local target="${1}"
|
local target="${1}"
|
||||||
[ -n "${target}" ] || exit
|
[ -n "${target}" ] || return
|
||||||
local command file root
|
local command file root
|
||||||
# code
|
# code
|
||||||
root="${target}${RWX_ROOT_SYSTEM}"
|
root="${target}${RWX_ROOT_SYSTEM}"
|
||||||
|
|
Loading…
Reference in a new issue