mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Revert r562049 which I committed by mistake.
Pointy hat: gerald
This commit is contained in:
parent
db1e3fae20
commit
b2e6ef7f3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562050
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user