Changes in uspace/app/bdsh/cmds/modules/mkdir/mkdir.c [738b549:86cf96d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
r738b549 r86cf96d 173 173 argc = cli_count_args(argv); 174 174 175 for (c = 0, opt ind = 0, opt_ind = 0; c != -1;) {175 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 176 176 c = getopt_long(argc, argv, "pvhVfm:", long_options, &opt_ind); 177 177 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.