Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2016-10-08 09:18:11 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-08 09:18:11 +0300
commit669d61606d89949f43093cf5986c4991914f215a (patch)
tree14838c87b3b233444ffd902128a2fd0c70693485 /build.cmd
parent19c56af8eaf3142e4a302430b49e9b9e86fe41bd (diff)
Fix _echo to be uniform (_echo just needs to be defined for it to be on). (#12475)
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.cmd b/build.cmd
index 56a83b2918..5f22be79c1 100644
--- a/build.cmd
+++ b/build.cmd
@@ -1,4 +1,4 @@
-@if "%_echo%" neq "on" echo off
+@if not defined _echo @echo off
setlocal
if /I [%1] == [-?] goto Usage
@@ -23,4 +23,4 @@ echo For more information: "https://github.com/dotnet/corefx/blob/master/Documen
echo ----------------------------------------------------------------------------
echo.
echo.
-goto :Build \ No newline at end of file
+goto :Build