kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

pkg_remove(): Fix reverse dependency resolving on sbase grep #216

Closed cemkeylan closed 3 years ago

cemkeylan commented 3 years ago

sbase utilities don't accept flags after arguments begin, meaning that the '--' is accepted as an argument instead of the "end flag", which causes the utility to fail because it looks for a file named '--'.