diff --git a/sh/core/code.awk b/sh/core/code.awk index e9599cb..39ad890 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -214,5 +214,4 @@ END { print binary } } - # FIXME tasks last module end } diff --git a/sh/test.sh b/sh/test.sh index 5f19b76..b7385f2 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -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}"