1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Removed an extra call to alpm_option_set_root() - it is set by alpm_init()

This commit is contained in:
Aaron Griffin 2006-12-08 07:21:38 +00:00
parent 6ca24d5924
commit fc361cc111

View File

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