eeaca99630
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 |
||
---|---|---|
.. | ||
bsd.fetch-vars.mk | ||
bsd.fetch.mk | ||
distclean.mk | ||
fetch | ||
fetch-list.mk | ||
fetch.mk | ||
sites.mk |