Changeset 29295cd in mainline
- Timestamp:
- 2009-03-12T19:18:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ee8c5b
- Parents:
- 08fed0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r08fed0a r29295cd 122 122 123 123 if (tid == 0) { 124 cli_error(CL_EEXEC, "Can not spawn %s", cmd);124 cli_error(CL_EEXEC, "Cannot spawn `%s'.", cmd); 125 125 return 1; 126 126 } else {
Note:
See TracChangeset
for help on using the changeset viewer.