summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-07-20 13:31:08 +0000
committerjoerg <joerg@pkgsrc.org>2006-07-20 13:31:08 +0000
commiteeaca9963061f5de52cd5d8a3b48425f5f6b7b0a (patch)
tree3b7840407fc9039b10da83871bc45b8e20c74f21 /security
parent159d2f813130f88c789e6d3e8b1bb5a4c8ce012e (diff)
downloadpkgsrc-eeaca9963061f5de52cd5d8a3b48425f5f6b7b0a.tar.gz
verify_file() returns a non-zero result whenever the distfile does not
currently exist. This triggers a bug in the Bourne shell of at least DragonFly and Irix, when set -e is also active. Remove set -e to avoid this. Discussed with jlam@, shown by DragonFly bulk builds, complains on DragonFly's user list and PR 34036. A test case for this shell bug is, which should return 0: set -e testf () { test -f /nonexistent || return 1 return 0 } if testf; then exit 1 fi exit 0
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions