From 24dcd98496dac1850e11b30c8241927fc5f5fe5c Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 16 Sep 2019 10:03:33 +1200 Subject: [PATCH] Fix ShowBuildMenu.sh --- ShowBuildMenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ShowBuildMenu.sh b/ShowBuildMenu.sh index 4fef99c721a..360b9df9cec 100755 --- a/ShowBuildMenu.sh +++ b/ShowBuildMenu.sh @@ -1,5 +1,6 @@ #!/bin/sh +cd "$(dirname "$0")" BUILD_TOOL_PATH="./Tools/BuildTool/bin/BuildTool.dll" BUILD_TOOL="dotnet $BUILD_TOOL_PATH" AVAILABLE_CONFIGURATIONS="available-test-configurations"