Skip to content

Commit f1aa87f

Browse files
authoredSep 15, 2019
Fix ShowBuildMenu.sh current directory (nhibernate#2215)
1 parent 76ff41d commit f1aa87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ShowBuildMenu.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
cd "$(dirname "$0")"
34
BUILD_TOOL_PATH="./Tools/BuildTool/bin/BuildTool.dll"
45
BUILD_TOOL="dotnet $BUILD_TOOL_PATH"
56
AVAILABLE_CONFIGURATIONS="available-test-configurations"

0 commit comments

Comments
 (0)
Please sign in to comment.