aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 44edd572e80..4ded0e8efa5 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -452,8 +452,10 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
452 } 452 }
453 UNGCPRO; 453 UNGCPRO;
454 } 454 }
455 new_argv[nargs - 3] = 0;
455 } 456 }
456 new_argv[nargs - 3] = 0; 457 else
458 new_argv[1] = 0;
457 459
458#ifdef MSDOS /* MW, July 1993 */ 460#ifdef MSDOS /* MW, July 1993 */
459 if ((outf = egetenv ("TMP")) || (outf = egetenv ("TEMP"))) 461 if ((outf = egetenv ("TMP")) || (outf = egetenv ("TEMP")))