forked from mirrors/openup
Put all binpatches on one line.
This commit is contained in:
parent
3266260048
commit
954e05ae4f
1 changed files with 1 additions and 1 deletions
2
openup
2
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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue