mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
parent
14cdd24f78
commit
7d47ec4c46
1 changed files with 4 additions and 1 deletions
|
@ -638,7 +638,10 @@ _wgetopt_internal(int argc, wchar_t *const *argv, const wchar_t *optstring, cons
|
|||
fwprintf(stderr, _(L"%ls: Invalid option -- %lc\n"), argv[0], c);
|
||||
}
|
||||
woptopt = c;
|
||||
woptind++;
|
||||
|
||||
if (*nextchar != '\0')
|
||||
woptind++;
|
||||
|
||||
return '?';
|
||||
}
|
||||
if (temp[1] == ':')
|
||||
|
|
Loading…
Reference in a new issue