simplify
This commit is contained in:
parent
222972b6df
commit
e060c18949
4 changed files with 23 additions and 25 deletions
|
@ -15,7 +15,7 @@ rwx_self_subset() {
|
|||
if [ -d "${root}" ]; then
|
||||
local file
|
||||
for file in $(rwx_main_find "${root}"); do
|
||||
echo "${argument}/${file}"
|
||||
echo "${argument}/${file}.sh"
|
||||
done
|
||||
elif [ -f "${RWX_ROOT_SYSTEM}/${file}" ]; then
|
||||
echo "${file}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue