Changeset 24b30e1 in mainline
- Timestamp:
- 2019-08-17T13:41:35Z (5 years ago)
- Children:
- 01e68af
- Parents:
- b895ba3
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:13:44)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:41:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
rb895ba3 r24b30e1 157 157 str_error(rc)); 158 158 return 1; 159 } else if (texit != TASK_EXIT_NORMAL) {159 } else if (texit == TASK_EXIT_UNEXPECTED) { 160 160 printf("%s: Command failed (unexpectedly terminated)\n", progname); 161 161 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.