mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +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);
|
fwprintf(stderr, _(L"%ls: Invalid option -- %lc\n"), argv[0], c);
|
||||||
}
|
}
|
||||||
woptopt = c;
|
woptopt = c;
|
||||||
|
|
||||||
|
if (*nextchar != '\0')
|
||||||
woptind++;
|
woptind++;
|
||||||
|
|
||||||
return '?';
|
return '?';
|
||||||
}
|
}
|
||||||
if (temp[1] == ':')
|
if (temp[1] == ':')
|
||||||
|
|
Loading…
Reference in a new issue