Ticket #18221: patch-fcrontab.c.diff
File patch-fcrontab.c.diff, 379 bytes (added by compconsultant@…, 16 years ago) |
---|
-
fcrontab.c
old new 511 511 } 512 512 } 513 513 snprintf(editorcmd, sizeof(editorcmd), "%s %s", cureditor, tmp_str); 514 chdir("/tmp"); 514 515 execlp(shell, shell, "-c", editorcmd, tmp_str, NULL); 515 516 error_e("Error while running \"%s\"", cureditor); 516 517 goto exiterr;