mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
common/xbps-src: make show <pkg> exit 0 on success
This commit is contained in:
parent
0b97e9adc4
commit
a038eaba9a
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ show_pkg() {
|
||||||
[ -n "$i" ] && echo "conflicts: $i"
|
[ -n "$i" ] && echo "conflicts: $i"
|
||||||
done
|
done
|
||||||
[ -n "$long_desc" ] && echo "long_desc: $long_desc"
|
[ -n "$long_desc" ] && echo "long_desc: $long_desc"
|
||||||
|
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
show_pkg_deps() {
|
show_pkg_deps() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue