aboutsummaryrefslogtreecommitdiffstats
path: root/run/tool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run/tool.sh')
-rwxr-xr-xrun/tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tool.sh b/run/tool.sh
index da9e412..4846c8e 100755
--- a/run/tool.sh
+++ b/run/tool.sh
@@ -13,7 +13,7 @@ if [[ "$FUNC_FILE" != *'.sh' ]]; then
fi
PROJECT_DIR="$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd)"
-FUNC_FILE="$PROJECT_DIR/tools/sh/$FUNC_FILE"
+FUNC_FILE="$PROJECT_DIR/tools/$FUNC_FILE"
if [[ "$OS" == "Windows_NT" ]]; then
FUNC_FILE="$(cygpath -w "$FUNC_FILE")"