1
0
Fork 0
forked from mirrors/openup

Remove obvious output.

This commit is contained in:
Antoine Jacoutot 2014-05-07 17:20:46 +02:00
commit 4484f29f53

2
openup
View file

@ -84,7 +84,6 @@ if [ "${_REL_INT}" -lt "${_OPENUP_MINREL}" ]; then _badrel=1; fi
if [ -n "${_badrel}" ]; then
pr_error "${_REL[0]}${_REL[1]} is not a supported release"
pr_error "Exiting..."
exit 1
fi
@ -165,7 +164,6 @@ check_openupd() {
if [ "${_OPENUP_VERSION}" -lt "${_N}" ]; then
pr_error "New openup release (version ${_N}) available; please update with:"
pr_error "ftp -Vo $(readlink -f $0) ${OPENUP_URL}"
pr_error "Exiting..."
exit 1
fi
}