pbrisbin / aurget

A simple pacman-like interface to the AUR
GNU General Public License v2.0
69 stars 17 forks source link

Multiple items in ignore_packages not parsed correctly #59

Closed firecat53 closed 7 years ago

firecat53 commented 7 years ago

I've got

ignore_packages='icaclient' 'spotify'

in ~/.config/aurgetrc and running aurget -Syu actually results in spotify being executed. Unless I read it wrong, the manpage says to use a space-separated list of packages.

Thanks!

firecat53 commented 7 years ago

Oops. Everything needs to be inside the same quote marks. 'icaclient spotify' works fine. Sorry for the noise!