Re: [voidlinux/xbps] bin/xbps-query: exit 1 if --ownedby has no result (#242)

Michael Gehring at Wed, 24 May 2017 15:53:53 -0700
Why? No result != an error occured. Also similar #173
rox at Thu, 25 May 2017 07:22:04 -0700
The `grep` command exit 1 if the result is empty. It's really wierd for me. For bash scripting, I have to be careful with this case if I'm also using `set -e`