Fix reverse check

This commit is contained in:
Renato Botelho 2015-09-03 18:21:39 -03:00
parent c833432e7f
commit d7972440bf

View File

@ -1592,7 +1592,7 @@ finish() {
pkg_repo_rsync() {
local _repo_path="${1}"
if [ -z "${DO_NOT_UPLOAD}" -o -z "${_repo_path}" -o ! -d "${_repo_path}" ]; then
if [ -n "${DO_NOT_UPLOAD}" -o -z "${_repo_path}" -o ! -d "${_repo_path}" ]; then
return
fi