Added command-line echoing when executing a script.

This commit is contained in:
Andrew Johnson
2002-09-24 22:06:54 +00:00
parent ac2f19b8b3
commit dff960b3c3

View File

@@ -278,6 +278,9 @@ iocsh (const char *pathname)
if (*line == '#')
continue;
if ((prompt == NULL) && *line)
puts(line);
/*
* Break line into words
*/