oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

Call selectprovider with the correct arguments #90

Closed ghost closed 7 years ago

ghost commented 7 years ago

I have no idea why, but giving it incorrect arguments will prevent pickone() from being entered when selectprovider() calls it.

Closes #80 Closes #88

ghost commented 7 years ago

Oh, it was probably the quotes that fixed this. Else $2 wouldn't be a single, space delimited list, it would just be a list of single options.... but then I don't understand why it fixed it, because wouldn't it at least enter pickone()?

ghost commented 7 years ago

Nevermind, this is irrelevant if regex mode is removed.