tools: build.bat: add setlocal command to avoid environment namespace polution

This commit is contained in:
Bill Zissimopoulos 2016-05-19 16:31:02 -07:00
parent 4d1aeeda4c
commit 153eb42885

View File

@ -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"