From b835346496f2309a08e208008fdd1e110e443ca5 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:13:59 -0500 Subject: [PATCH] Revert "Update ToolsTOR.py" This reverts commit 73239ef0e55311c927a3295eb4d0d729a5b1a139. --- pythonlib/games/ToolsTOR.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 211d77a..bb503ab 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -881,8 +881,6 @@ class ToolsTOR(ToolsTales): r = subprocess.run( [ str(self.paths["tools"] / "bin" / "make.exe"), - "SHELL=cmd", - ".SHELLFLAGS=//c" ], env=env, cwd=str(self.paths["tools"] / "hacks")