parent
44dc07d667
commit
173f842b9a
11 changed files with 29 additions and 29 deletions
|
@ -9,7 +9,7 @@
|
|||
# TODO move to code module
|
||||
rwx_self_subset() {
|
||||
local argument file root
|
||||
for argument in "${@}"; do
|
||||
for argument; do
|
||||
root="${rwx_main_root}/${argument}"
|
||||
file="${argument}.${RWX_MAIN_EXTENSION}"
|
||||
if [ -d "${root}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue