Changeset 5a6cc679 in mainline for uspace/app/bdsh/cmds/builtins/batch/batch.c
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/batch/batch.c
r132ab5d1 r5a6cc679 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.