1
0
Fork 0
forked from mirrors/openup

Put all binpatches on one line.

This commit is contained in:
Antoine Jacoutot 2013-08-09 11:23:08 +02:00
commit 954e05ae4f

2
openup
View file

@ -126,7 +126,7 @@ update_self() {
update_binpatches() { update_binpatches() {
local _BP _CMD local _BP _CMD
_BP=$(pkg_info -Q binpatch${REL_INT}-$(arch -s) | sed 's/.[^-]*$//' | sort -u) _BP=$(pkg_info -Q binpatch${REL_INT}-$(arch -s) | sed 's/.[^-]*$//' | sort -u | tr '\n' ' ')
if [ -n "$_BP" ]; then if [ -n "$_BP" ]; then
print_action "Updating binpatch(es)" print_action "Updating binpatch(es)"