mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
windows: Remove debugging code that fails on Cygwin.
This commit is contained in:
parent
818f396032
commit
a0c1f0f358
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user