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:
authorJoel Hendrix <jhendrix@microsoft.com>2016-03-25 22:20:39 +0300
committerJoel Hendrix <jhendrix@microsoft.com>2016-03-25 22:30:46 +0300
commit011b0103351455243b7c770281a055503e56900f (patch)
treef8d83fa91844cd46a8507b30e8362e0bce7d839c /clean.cmd
parent7b68b0164e76f71f81faea4af0fc34f36e6ad184 (diff)
Make "@echo off" configurable.
Echo is unconditionally turned off in batch files making it hard to debug issues. This change provides a way to leave echo on by setting the _echo environment var to on.
Diffstat (limited to 'clean.cmd')
-rw-r--r--clean.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean.cmd b/clean.cmd
index dd66b79ee9..28a52464df 100644
--- a/clean.cmd
+++ b/clean.cmd
@@ -1,4 +1,4 @@
-@echo off
+@if "%_echo%" neq "on" echo off
setlocal
set cleanlog=%~dp0clean.log