diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 7ad3db69288e..8d34d0ccdf02 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -2,7 +2,7 @@ # MAINTAINER: portmgr@FreeBSD.org # $FreeBSD$ -#set -o pipefail +set -o pipefail if [ -z "${STAGEDIR}" -o -z "${PREFIX}" -o -z "${LOCALBASE}" ]; then echo "STAGEDIR, PREFIX, LOCALBASE required in environment." >&2 @@ -688,7 +688,7 @@ proxydeps() { fi else err "${file} is linked to ${dep_file} that does not belong to any package" - #rc=1 + rc=1 fi already="${already} ${dep_file}" done <<-EOT