Added command-line echoing when executing a script.
This commit is contained in:
@@ -278,6 +278,9 @@ iocsh (const char *pathname)
|
||||
if (*line == '#')
|
||||
continue;
|
||||
|
||||
if ((prompt == NULL) && *line)
|
||||
puts(line);
|
||||
|
||||
/*
|
||||
* Break line into words
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user