mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Make the set builtin only parse switches given after non-switches
darcs-hash:20051217012130-ac50b-201dd8301496b800e0382ac238ee7e164b9345e3.gz
This commit is contained in:
parent
78cd8fa089
commit
e6774cc944
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ int builtin_set( wchar_t **argv )
|
|||
}
|
||||
;
|
||||
|
||||
wchar_t short_options[] = L"xglenuUq";
|
||||
wchar_t short_options[] = L"+xglenuUq";
|
||||
|
||||
int argc = builtin_count_args(argv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue