Make the set builtin only parse switches given after non-switches

darcs-hash:20051217012130-ac50b-201dd8301496b800e0382ac238ee7e164b9345e3.gz
This commit is contained in:
axel 2005-12-17 11:21:30 +10:00
parent 78cd8fa089
commit e6774cc944

View file

@ -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);