From a7b44180bdf4b670ebbe5a68994e7a1ade162ac9 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 14 Sep 2004 20:21:10 +0000 Subject: [PATCH] Redirect special case. --- src/iocsh/iocsh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iocsh/iocsh.cpp b/src/iocsh/iocsh.cpp index 15c469022..161a850bc 100644 --- a/src/iocsh/iocsh.cpp +++ b/src/iocsh/iocsh.cpp @@ -676,6 +676,7 @@ iocshBody (const char *pathname, const char *commandLine) redirects[0].name = NULL; if (openRedirect(filename, lineno, redirects) < 0) continue; + startRedirect(filename, linenot, redirects); iocshBody(commandFile, NULL); continue; }