Fix logical error

This commit is contained in:
Rezart Qelibari
2022-02-07 20:04:27 +01:00
parent 73940ad0e6
commit fee0acec8b

View File

@@ -36,7 +36,7 @@ function filterModules() {
function runModule() { function runModule() {
local mod="$1" local mod="$1"
shift shift
${_DIR:-.}/${mod} "$@" "${mod}" "$@"
} }
function parseQuestionLine() { function parseQuestionLine() {