for/in
All checks were successful
/ job (push) Successful in 2m54s

This commit is contained in:
Marc Beninca 2025-08-02 10:05:13 +02:00
parent 44dc07d667
commit 173f842b9a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
11 changed files with 29 additions and 29 deletions

View file

@ -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