Changeset 3444 for trunk/src/kash/shinstance.c
- Timestamp:
- Sep 10, 2020, 4:08:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r3442 r3444 44 44 #include "error.h" 45 45 #include "memalloc.h" 46 #include "redir.h" 46 47 #include "shell.h" 47 48 #include "trap.h" … … 1841 1842 &ProcInfo); 1842 1843 1843 shfile_exec_win(&psh->fdtab, 0 /* done*/, NULL, NULL);1844 shfile_exec_win(&psh->fdtab, rc ? 0 /* done */ : -1 /* done but failed */, NULL, NULL); 1844 1845 #ifndef SH_FORKED_MODE 1845 1846 shmtx_leave(&g_sh_exec_mtx, &tmp);
Note:
See TracChangeset
for help on using the changeset viewer.