Changeset 5ec0e42 in mainline
- Timestamp:
- 2021-08-11T23:14:20Z (3 years ago)
- Children:
- 5582f285
- Parents:
- 87eba56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
r87eba56 r5ec0e42 227 227 break; 228 228 } 229 229 230 if (pipe_count > MAX_PIPES) { 230 231 rc = ENOTSUP; 231 232 goto finit; 232 233 } 234 } 235 236 if (wait_from || wait_to) { 237 printf("Parse error near `\\n'\n"); 238 goto finit; 233 239 } 234 240
Note:
See TracChangeset
for help on using the changeset viewer.