common/xbps-src: make show <pkg> exit 0 on success

This commit is contained in:
Michael Gehring 2016-03-06 22:52:35 +01:00
parent 0b97e9adc4
commit a038eaba9a

View File

@ -37,6 +37,8 @@ show_pkg() {
[ -n "$i" ] && echo "conflicts: $i"
done
[ -n "$long_desc" ] && echo "long_desc: $long_desc"
return 0
}
show_pkg_deps() {