the file command now calls newfileinfo() to print information
[unix-history] / usr / src / usr.bin / mail / collect.c
index d3f9223..a64b04e 100644 (file)
@@ -7,7 +7,7 @@
  * ~ escapes.
  */
 
  * ~ escapes.
  */
 
-static char *SccsId = "@(#)collect.c   1.1 %G%";
+static char *SccsId = "@(#)collect.c   1.2 %G%";
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
@@ -147,7 +147,7 @@ collect(hp)
                         */
 
                        nofault = 0;
                         */
 
                        nofault = 0;
-                       execute(&linebuf[2]);
+                       execute(&linebuf[2], 1);
                        break;
 
                case '.':
                        break;
 
                case '.':