Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-04-25 21:02:43 +01:00
10 changed files with 45 additions and 61 deletions

4
cmd.c
View File

@ -334,10 +334,6 @@ cmd_try_alias(int *argc, char ***argv)
a = options_array_first(o);
while (a != NULL) {
ov = options_array_item_value(a);
if (ov == NULL) {
a = options_array_next(a);
continue;
}
cp = strchr(ov->string, '=');
if (cp != NULL &&
(size_t)(cp - ov->string) == wanted &&