From 06b79344456c4a34f2149f495da454b71260cb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 22 Jun 2013 11:11:35 +0000 Subject: [PATCH] [CMAKE] As ThFabba said: " - Properly escape exclamation mark in configure message " <-- It's for delayed variable expansions in CMD scripts !! That's the true reason ! See r59281. (The r59283 was a commit I've done because, independently (i.e. without seeing r59281), it happened for some reason that this phenomenon didn't appear at home, and after updating my local copy and rerunning a configure.cmd, I saw ^ characters before the ! . In fact it was because I temporarily disabled the delayed expansion vars in my configure script). Therefore revert my error, shame on me :) svn path=/trunk/; revision=59284 --- reactos/configure.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/configure.cmd b/reactos/configure.cmd index 8c0fbe75736..e78d932110e 100755 --- a/reactos/configure.cmd +++ b/reactos/configure.cmd @@ -186,7 +186,7 @@ if "%BUILD_ENVIRONMENT%" == "MinGW" ( cd.. -echo Configure script complete! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...). +echo Configure script complete^^! Enter directories and execute appropriate build commands (ex: ninja, make, nmake, etc...). exit /b :cmake_notfound