From 54dc0103e1e95f80f3d1c53c8be9be8c41dda659 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 20 May 2021 02:36:32 +0200 Subject: [PATCH] [MIRROR] Ensure a consistent working directory in build.bat (#5792) * Ensure consistent working directory in build.bat (#59193) * Ensure a consistent working directory in build.bat Co-authored-by: AnturK --- BUILD.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bat b/BUILD.bat index dd3a6fd9d98..8225158e4d8 100644 --- a/BUILD.bat +++ b/BUILD.bat @@ -1,2 +1,2 @@ -@call tools\build\build +@call "%~dp0\tools\build\build" @pause