main/find
This commit is contained in:
parent
048f41cd05
commit
222972b6df
3 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue