1
0
Fork 0
forked from mirrors/openup

Better msg.

This commit is contained in:
Antoine Jacoutot 2014-01-06 11:21:14 +01:00
commit 508467135c

2
openup
View file

@ -158,7 +158,7 @@ rm_old_bp() {
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})
if [ -n "${_BPPKG}" -o -n "${_BPDB}" ]; then
pr_bigarrow "Removing old binpatch(es) entry"
pr_bigarrow "Removing old release binpatch entries"
fi
for _bp in ${_BPPKG} ${_BPDB}; do
_CMD="rm -rf ${_bp}"