Removed an extra call to alpm_option_set_root() - it is set by alpm_init()
This commit is contained in:
parent
6ca24d5924
commit
fc361cc111
1 changed files with 0 additions and 2 deletions
|
@ -360,8 +360,6 @@ static int parseargs(int argc, char *argv[])
|
|||
perror(_("bad root path"));
|
||||
return(1);
|
||||
}
|
||||
alpm_option_set_root(root);
|
||||
config->root = alpm_option_get_root();
|
||||
break;
|
||||
case 's':
|
||||
config->op_s_search = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue