From a0c1f0f3589f7240fcd257e8f2f1884146c0e306 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 24 Oct 2018 09:16:56 +1100 Subject: [PATCH] windows: Remove debugging code that fails on Cygwin. --- source-builder/sb/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py index 0eabf9c..983ba12 100644 --- a/source-builder/sb/windows.py +++ b/source-builder/sb/windows.py @@ -158,7 +158,7 @@ def load(): # # Search the MSYS2 install tree for a suitable python. # - if sys.platform == 'msys' or True: + if sys.platform == 'msys': e = execute.capture_execution() exit_code, proc, output = e.shell("sh -c mount") if exit_code != 0: