svn commit: r562050 - head/Mk/Scripts

Gerald Pfeifer gerald at FreeBSD.org
Tue Jan 19 15:04:18 UTC 2021


Author: gerald
Date: Tue Jan 19 15:04:17 2021
New Revision: 562050
URL: https://svnweb.freebsd.org/changeset/ports/562050

Log:
  Revert r562049 which I committed by mistake.
  
  Pointy hat:	gerald

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Tue Jan 19 15:02:22 2021	(r562049)
+++ head/Mk/Scripts/qa.sh	Tue Jan 19 15:04:17 2021	(r562050)
@@ -2,7 +2,7 @@
 # MAINTAINER: portmgr at 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


More information about the svn-ports-head mailing list