mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
parent
14cdd24f78
commit
7d47ec4c46
@ -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…
x
Reference in New Issue
Block a user