Don't save the context within execprog()
[mmh] / sbr / execprog.c
index 6a4a912..9cc8879 100644 (file)
@@ -11,9 +11,7 @@ execprog(char *cmd, char **arg)
 {
        pid_t pid;
 
-       context_save();
        fflush(stdout);
-
        switch (pid = fork()) {
        case -1:
                /* fork error */