Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 15:04:18 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562050 - head/Mk/Scripts
Message-ID:  <202101191504.10JF4I0Y069075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101191504.10JF4I0Y069075>