xlocate without local repo is broken
ericonr opened this issue · 2 comments
ericonr commented
Commit 5edebea added --
to the xbps-query
command when run without a database available. Currently, xbps-query
outputs its help dialog when --
is used, instead of stopping interpreting command line options from that point onward.
Tracking this issue here, will open one in XBPS as well.
leahneukirchen commented
IMO a regression in xbps, and a violation of POSIX getopt.
ericonr commented
I agree. void-linux/xbps#319 is the one that should be solved.