summaryrefslogtreecommitdiffstats
path: root/rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtems.py')
-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: