Mark msysGit as obsolete
[msysgit.git] / src / openssl / patches / 0003-Make-sure-that-we-use-cmd-as-a-shell.patch
blob4496f0ba8bee30cb1c20d3f0ccfb20f8c45d971a
1 From 7e1e505ca90a3d89e991815e96313aa49390152f Mon Sep 17 00:00:00 2001
2 From: Johannes Schindelin <johannes.schindelin@gmx.de>
3 Date: Wed, 15 Jul 2009 03:41:28 +0200
4 Subject: [PATCH 3/7] Make sure that we use "cmd" as a shell
6 The original idea of the MinGW32 build was probably to run the beast
7 from cmd.exe. As we run it from bash now, let's make sure that "make"
8 does not try to execute the "copy" and "del" calls with /bin/sh, but
9 rather with "cmd".
11 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
13 diff --git a/ms/mingw32.bat b/ms/mingw32.bat
14 index f9377a8..f85305e 100644
15 --- a/ms/mingw32.bat
16 +++ b/ms/mingw32.bat
17 @@ -79,7 +79,7 @@ if errorlevel 1 goto end
18 rem copy ms\tlhelp32.h outinc
20 echo Building the libraries
21 -mingw32-make -f ms/mingw32a.mak
22 +mingw32-make -f ms/mingw32a.mak SHELL=cmd
23 if errorlevel 1 goto end
25 echo Generating the DLLs and input libraries
26 --
27 2.1.0