From e4f1f046f85f04d8ade8b68a44405a4b2146cf8e Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Sun, 13 Jan 2019 13:09:33 +0000 Subject: [PATCH] Ah Windows, why are your slashes backwards --- breakpad.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakpad.bat b/breakpad.bat index 7ac8073..716220d 100644 --- a/breakpad.bat +++ b/breakpad.bat @@ -29,7 +29,7 @@ cmd /c depot_tools\gclient sync --nohooks cd src git config user.name patches git config user.email patches@localhost -git am -3 ../../patches/*.patch +git am -3 ..\..\patches\*.patch @IF %errorlevel% neq 0 EXIT /b %errorlevel% cd ..