summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-16 17:07:52 +1000
committerChris Johns <chrisj@rtems.org>2016-06-16 17:07:52 +1000
commitc161c8dabb19ee1d0997ea517ce229cc55a78d5e (patch)
tree84d5830724fa459986b87751d791655b3d9f9a14
parentFix the root_filesystem tar command on Windows. (diff)
downloadrtems_waf-c161c8dabb19ee1d0997ea517ce229cc55a78d5e.tar.bz2
Remove tabs as white space.
-rw-r--r--rtems.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems.py b/rtems.py
index 412fcc8..d809606 100644
--- a/rtems.py
+++ b/rtems.py
@@ -618,7 +618,7 @@ def long_command_line():
os.close(fd)
# Line may be very long:
# Logs.debug('runner:' + ' '.join(flat))
- cmd = [cmd[0], '@' + tmp]
+ cmd = [cmd[0], '@' + tmp]
ret = super(self.__class__, self).exec_command(cmd, **kw)
finally:
if tmp: