From 0dba3ffe55121b2b4e3627c5bb148cf0d5c8b7c0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 20 May 2016 10:58:12 -0700 Subject: [PATCH] tools: add missing setlocal command to batch files --- tools/debug.bat | 2 ++ tools/deploy.bat | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/debug.bat b/tools/debug.bat index 070fd592..b65d72cf 100644 --- a/tools/debug.bat +++ b/tools/debug.bat @@ -1,5 +1,7 @@ @echo off +setlocal + set DebugWorkspace=winfsp set DebugPort=50000 set DebugKey=win8.debug.net.key diff --git a/tools/deploy.bat b/tools/deploy.bat index 0b021b00..7b4007e7 100644 --- a/tools/deploy.bat +++ b/tools/deploy.bat @@ -1,5 +1,7 @@ @echo off +setlocal + set CONFIG=Debug set SUFFIX=x64 set TARGET_MACHINE=WIN8DBG