From 092011617846162753644bb40e92fce481d25d95 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 4 Mar 2018 10:45:05 +0100 Subject: [PATCH] Fix prompt --- win/build-deps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index c811df35ba..34d31f493d 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -124,7 +124,7 @@ echo. call cecho.cmd black cyan "If you are not ready with the above: type `'n`' in the prompt below. Build proceeds on all other inputs!" set /p do_continue="> " -if "%do_continue%"==n goto :Finish +if "%do_continue%"=="n" goto :Finish :: Cache last used CMake generator for other scripts to use if defined GEN_SHORTHAND echo GEN_SHORTHAND=%GEN_SHORTHAND%>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"