From: Ben Wijen Date: Wed, 30 Oct 2019 06:33:21 +0000 (+0100) Subject: * bootstrap.bat: Fix typo in batch file name X-Git-Tag: 4.2.93~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c5a2128b140ab0caa973ef242b16a7a276d0b6;p=thirdparty%2Fmake.git * bootstrap.bat: Fix typo in batch file name --- diff --git a/bootstrap.bat b/bootstrap.bat index 1cbf26b2..f68a414a 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -30,5 +30,5 @@ if ERRORLEVEL 1 exit /b 1 goto :EOF :Done -echo Done. Run buld_w32.bat to build GNU make. +echo Done. Run build_w32.bat to build GNU make. goto :EOF