diff --git a/install.sh b/install.sh index 246dfc0..f266a1c 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ function filterModules() { function runModule() { local mod="$1" shift - ${_DIR:-.}/${mod} "$@" + "${mod}" "$@" } function parseQuestionLine() {