summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-10-24 09:16:56 +1100
committerChris Johns <chrisj@rtems.org>2018-10-24 09:16:56 +1100
commita0c1f0f3589f7240fcd257e8f2f1884146c0e306 (patch)
treebd471f6a3ba559b627afc002df617876902fbfbb
parentUpdate newlib to 5835688440fb0b23fe991a04c7e2df54ded87657 (diff)
downloadrtems-source-builder-a0c1f0f3589f7240fcd257e8f2f1884146c0e306.tar.bz2
windows: Remove debugging code that fails on Cygwin.
-rw-r--r--source-builder/sb/windows.py2
1 files changed, 1 insertions, 1 deletions
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: