Changeset 55fe220 in mainline for uspace/app/bdsh/exec.c
- Timestamp:
- 2019-08-07T04:56:41Z (6 years ago)
- Children:
- d4ec49e
- Parents:
- 5044114
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-12 22:21:42)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:56:41)
- File:
-
- 1 edited
-
uspace/app/bdsh/exec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r5044114 r55fe220 141 141 } 142 142 143 task_wait_set(&twait, TASK_WAIT_EXIT | TASK_WAIT_RETVAL); 143 144 rc = task_spawnvf(&tid, &twait, tmp, (const char **) argv, 144 145 file_handles[0], file_handles[1], file_handles[2]);
Note:
See TracChangeset
for help on using the changeset viewer.
