From 954e05ae4ffe2d475f9c93c0306b2485e6e0c0fd Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Fri, 9 Aug 2013 11:23:08 +0200 Subject: [PATCH] Put all binpatches on one line. --- openup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openup b/openup index 66f22e1..656553b 100755 --- a/openup +++ b/openup @@ -126,7 +126,7 @@ update_self() { update_binpatches() { 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 print_action "Updating binpatch(es)"