1
0
Fork 0
forked from mirrors/openup

Unbreak dry-run.

This commit is contained in:
Antoine Jacoutot 2014-09-11 17:35:22 +02:00
commit f61deb1586

2
openup
View file

@ -172,7 +172,7 @@ check_openupd() {
_CMD="ftp -Vo - ${OPENUP_URL} | awk -F '=' '/^_OPENUP_VERSION/ { print \$2 }'" _CMD="ftp -Vo - ${OPENUP_URL} | awk -F '=' '/^_OPENUP_VERSION/ { print \$2 }'"
pr_smallarrow "${_CMD}" pr_smallarrow "${_CMD}"
_N=$(cmd.exe ${_CMD}) _N=$(cmd.exe ${_CMD})
if [ -z "${_N}" ]; then if [ -z "${_N}" -a -z "${dryrun}" ]; then
pr_error "Cannot retrieve ${OPENUP_URL}" pr_error "Cannot retrieve ${OPENUP_URL}"
pr_error "Please verify your Internet connection, proxy settings and firewall." pr_error "Please verify your Internet connection, proxy settings and firewall."
bye_bye bye_bye