main/find

This commit is contained in:
Marc Beninca 2025-07-09 01:04:59 +02:00
parent 048f41cd05
commit 222972b6df
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 8 additions and 14 deletions

View file

@ -14,7 +14,7 @@ rwx_self_subset() {
file="${argument}.sh"
if [ -d "${root}" ]; then
local file
for file in $(rwx_find_shell "${root}"); do
for file in $(rwx_main_find "${root}"); do
echo "${argument}/${file}"
done
elif [ -f "${RWX_ROOT_SYSTEM}/${file}" ]; then