Changes in uspace/app/bdsh/exec.c [0485135:7e752b2] in mainline


Ignore:
File:
1 edited

Legend:

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

    r0485135 r7e752b2  
    133133        rc = task_wait(tid, &texit, &retval);
    134134        if (rc != EOK) {
    135                 printf("%s: Failed waiting for command (%s)\n", str_error(rc));
     135                printf("%s: Failed waiting for command (%s)\n", progname,
     136                    str_error(rc));
    136137        } else if (texit != TASK_EXIT_NORMAL) {
    137138                printf("%s: Command failed (unexpectedly terminated)\n", progname);
Note: See TracChangeset for help on using the changeset viewer.