fixes
This commit is contained in:
parent
2e622026cd
commit
736fd791c2
2 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,7 @@ x() {
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
[ "${SH_SHELL}" = "bash" ] || return
|
[ "${RWX_SHELL}" = "bash" ] || return
|
||||||
|
|
||||||
# shellcheck disable=SC3033
|
# shellcheck disable=SC3033
|
||||||
..() {
|
..() {
|
||||||
|
|
|
@ -7,8 +7,6 @@ RWX_NAME="rwx"
|
||||||
|
|
||||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_NAME}"
|
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_NAME}"
|
||||||
|
|
||||||
RWX_MAIN="${RWX_ROOT_SYSTEM}/${RWX_MAIN_FILE_NAME}"
|
|
||||||
|
|
||||||
# ╭───────────╮
|
# ╭───────────╮
|
||||||
# │ variables │
|
# │ variables │
|
||||||
# ╰───────────╯
|
# ╰───────────╯
|
||||||
|
|
Loading…
Reference in a new issue