Changeset 24b30e1 in mainline


Ignore:
Timestamp:
2019-08-17T13:41:35Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

bsdh: Better handling of daemon execs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/exec.c

    rb895ba3 r24b30e1  
    157157                    str_error(rc));
    158158                return 1;
    159         } else if (texit != TASK_EXIT_NORMAL) {
     159        } else if (texit == TASK_EXIT_UNEXPECTED) {
    160160                printf("%s: Command failed (unexpectedly terminated)\n", progname);
    161161                return 1;
Note: See TracChangeset for help on using the changeset viewer.