Compare commits

..

No commits in common. "fa9a2435a4911d14e5b42502175af737854996cd" and "4dbc9d060a26e8146cb88472190a813282924ec5" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -214,5 +214,4 @@ END {
print binary
}
}
# FIXME tasks last module end
}

View file

@ -17,17 +17,14 @@ rwx_test_code() {
local items
set \
"awk" \
"modules_main" \
"modules_user" \
"constants" \
"variables" \
"functions" \
"aliases" \
"aliases_functions" \
"commands" \
"commands_functions" \
"tasks"
rwx_code_cache
"commands_functions"
rwx_code
for items in "${@}"; do
echo
"rwx_code_${items}"