forked from mirrors/openup
Remove obvious output.
This commit is contained in:
parent
26ad7b8f67
commit
4484f29f53
1 changed files with 0 additions and 2 deletions
2
openup
2
openup
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue