Changes in uspace/app/bdsh/cmds/builtins/batch/batch.c [d5c1051:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/batch/batch.c
rd5c1051 rb7fd2a0 85 85 } 86 86 87 int rc = EOK;87 errno_t rc = EOK; 88 88 FILE *batch = fopen(argv[1], "r"); 89 89 if (batch == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.