diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index 88276410057..f38f384bd2b 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -15,6 +15,7 @@ update_check() { fi if [ -n "$disabled" ]; then echo "update-check DISABLED for $original_pkgname: $disabled" 1>&2 + return 0 fi elif [ -z "$distfiles" ]; then if [ "$XBPS_UPDATE_CHECK_VERBOSE" ]; then