aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 4d4479aecb0..177f083d197 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -751,8 +751,6 @@ sys_subshell ()
751 report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qnil)); 751 report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qnil));
752#else /* not MSDOS */ 752#else /* not MSDOS */
753#ifdef WINDOWSNT 753#ifdef WINDOWSNT
754 restore_console ();
755
756 /* Waits for process completion */ 754 /* Waits for process completion */
757 pid = _spawnlp (_P_WAIT, sh, sh, NULL); 755 pid = _spawnlp (_P_WAIT, sh, sh, NULL);
758 if (pid == -1) 756 if (pid == -1)