
23 Apr
2012
23 Apr
'12
10:39 a.m.
Dear Timo,
In message 4F9506AA.4000604@exertus.fi you wrote:
Hi again,
On 23.04.2012 08:43, Timo Ketola wrote: ...
I took a quick glance over command/main.c....
common/main.c, of course
1341 rc = cmd_process(flag, argc, argv, &repeatable);
This might fix it:
rc = cmd_process(flag, argc, argv, &repeatable);
if (cmd_process(flag, argc, argv, &repeatable))
rc = -1;
I confirm this fixes the issue. Tested on TQM5200S.
Can you please send a proper patch with SoB line etc. ?
Simon, can you then please send a formal ACK to that patch?
Thanks in advance.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Ninety-Ninety Rule of Project Schedules:
The first ninety percent of the task takes ninety percent of
the time, and the last ten percent takes the other ninety percent.