main/name
This commit is contained in:
parent
189b4f521d
commit
1bf5581936
2 changed files with 5 additions and 6 deletions
|
@ -12,9 +12,8 @@
|
|||
RWX_MAIN_EXTENSION="sh"
|
||||
# name of the entrypoint module
|
||||
RWX_MAIN_MODULE="main"
|
||||
|
||||
# name of the project itself
|
||||
RWX_SELF_NAME="rwx"
|
||||
RWX_MAIN_NAME="rwx"
|
||||
|
||||
# ╭──────┬───────────╮
|
||||
# │ main │ variables │
|
||||
|
@ -22,7 +21,7 @@ RWX_SELF_NAME="rwx"
|
|||
|
||||
# TODO variablize
|
||||
# system root directory of the project
|
||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
|
||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_MAIN_NAME}"
|
||||
|
||||
# ╭──────┬──────╮
|
||||
# │ main │ find │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue