Changes in uspace/app/bdsh/cmds/builtins/batch/batch.c [b7fd2a0:d5c1051] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/batch/batch.c
rb7fd2a0 rd5c1051 85 85 } 86 86 87 errno_t rc = EOK;87 int 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.