file reorg, pathnames.h, paths.h
[unix-history] / usr / src / old / sdb / xeq.c
index 26156cc..1f7e232 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#)xeq.c 4.1 %G%";
+static char sccsid[] = "@(#)xeq.c 4.3 %G%";
 #include "head.h"
 #include <a.out.h>
 #include <stab.h>
 #include "head.h"
 #include <a.out.h>
 #include <stab.h>
@@ -325,6 +325,8 @@ char *cmds; {
                        return;
                }
                docommand();
                        return;
                }
                docommand();
+               if (!endflg)
+                       *p = ';';
                p = cmds = p + 1;
        } while (!endflg);
 }
                p = cmds = p + 1;
        } while (!endflg);
 }