https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232201
--- Comment #3 from Jilles Tjoelker <jil...@freebsd.org> --- Created attachment 203269 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203269&action=edit experimental patch to stop ignoring here-document expansion errors The simplest thing that could possibly work is to treat an expansion error in a here-document the same way as an expansion error in a redirection filename or file descriptor number. Such an error will cause the script or subshell to be aborted ('command .' and 'command eval' can also "catch" such an error). Trying to build a few ports using that does not appear to cause breakage. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"