From 153eb428859eb2d8523dcff02af6d679c434ab90 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 19 May 2016 16:31:02 -0700 Subject: [PATCH] tools: build.bat: add setlocal command to avoid environment namespace polution --- tools/build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build.bat b/tools/build.bat index ba7a5fd6..53d026e8 100644 --- a/tools/build.bat +++ b/tools/build.bat @@ -1,5 +1,7 @@ @echo off +setlocal + set Configuration=Release set MsiName="WinFsp - Windows File System Proxy" set CrossCert="%~dp0DigiCert High Assurance EV Root CA.crt"