Changeset 73878c1 in mainline for uspace/app/bdsh/exec.c


Ignore:
Timestamp:
2009-06-03T19:30:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbff4c2
Parents:
36b8100a
Message:

bdsh: sync with I/O changes, block until spawned task exits

File:
1 edited

Legend:

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

    r36b8100a r73878c1  
    124124                cli_error(CL_EEXEC, "Cannot spawn `%s'.", cmd);
    125125                return 1;
    126         } else {
    127                 return 0;
    128126        }
     127       
     128        task_wait(tid);
     129        return 0;
    129130}
Note: See TracChangeset for help on using the changeset viewer.