[rtems-source-builder commit] windows: Remove debugging code that fails on Cygwin.

Chris Johns chrisj at rtems.org
Tue Oct 23 22:17:04 UTC 2018


Module:    rtems-source-builder
Branch:    master
Commit:    a0c1f0f3589f7240fcd257e8f2f1884146c0e306
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=a0c1f0f3589f7240fcd257e8f2f1884146c0e306

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Oct 24 09:16:56 2018 +1100

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:




More information about the vc mailing list