forked from mirrors/openup
Better msg.
This commit is contained in:
parent
acb86cdf95
commit
508467135c
1 changed files with 1 additions and 1 deletions
2
openup
2
openup
|
|
@ -158,7 +158,7 @@ rm_old_bp() {
|
||||||
local _BPDB=$(ls -d /var/db/binpatch/{binpatch-,}[0-9]* |grep -v ${_REL})
|
local _BPDB=$(ls -d /var/db/binpatch/{binpatch-,}[0-9]* |grep -v ${_REL})
|
||||||
local _BPPKG=$(ls -d /var/db/pkg/binpatch* |grep -v binpatch${_REL_INT})
|
local _BPPKG=$(ls -d /var/db/pkg/binpatch* |grep -v binpatch${_REL_INT})
|
||||||
if [ -n "${_BPPKG}" -o -n "${_BPDB}" ]; then
|
if [ -n "${_BPPKG}" -o -n "${_BPDB}" ]; then
|
||||||
pr_bigarrow "Removing old binpatch(es) entry"
|
pr_bigarrow "Removing old release binpatch entries"
|
||||||
fi
|
fi
|
||||||
for _bp in ${_BPPKG} ${_BPDB}; do
|
for _bp in ${_BPPKG} ${_BPDB}; do
|
||||||
_CMD="rm -rf ${_bp}"
|
_CMD="rm -rf ${_bp}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue