mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
Removed an extra call to alpm_option_set_root() - it is set by alpm_init()
This commit is contained in:
parent
6ca24d5924
commit
fc361cc111
@ -360,8 +360,6 @@ static int parseargs(int argc, char *argv[])
|
|||||||
perror(_("bad root path"));
|
perror(_("bad root path"));
|
||||||
return(1);
|
return(1);
|
||||||
}
|
}
|
||||||
alpm_option_set_root(root);
|
|
||||||
config->root = alpm_option_get_root();
|
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
config->op_s_search = 1;
|
config->op_s_search = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user