From e0a370f8f181d9787312b89bb30da9e638c59584 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 8 Mar 2020 10:12:56 +0000 Subject: [PATCH] Remove adding to path in shell.bat --- misc/shell.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/shell.bat b/misc/shell.bat index 85a7949c6..60f603bc1 100644 --- a/misc/shell.bat +++ b/misc/shell.bat @@ -7,5 +7,5 @@ rem call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxil rem call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 1> NUL set _NO_DEBUG_HEAP=1 -set path=w:\Odin\misc;%path% +rem set path=w:\Odin\misc;%path% cls