From fee0acec8b1a11abc42af912a56dd00cc2ac33d6 Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Mon, 7 Feb 2022 20:04:27 +0100 Subject: [PATCH] Fix logical error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {