remove debug routine
[unix-history] / usr / src / bin / sh / output.c
index 3cf54e5..38bc0a0 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)output.c   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)output.c   5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -110,6 +110,8 @@ outstr(p, file)
        {
        while (*p)
                outc(*p++, file);
        {
        while (*p)
                outc(*p++, file);
+       if (file == out2)
+               flushout(file);
 }
 
 
 }