------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=416
Summary: indented here document in exinext is not compatible with
OpenBSD's shell
Product: Exim
Version: 4.63
Platform: x86
OS/Version: OpenBSD
Status: NEW
Severity: bug
Priority: low
Component: Unfiled
AssignedTo: ph10@???
ReportedBy: andreas@???
QAContact: exim-dev@???
Adam Garside pointed out that exinext doesn't work on OpenBSD because of a here
document in the script. The problem is that the "End" at the end of the here
document is indented:
set `awk -F: '{ for (i = 1; i <= NF; i++) print $i }' <<End
CONFIGURE_FILE
End
`
Adam says that the exinext works fine if the "End" is moved to the beginning of
the line.
--
Configure bugmail:
http://www.exim.org/bugzilla/userprefs.cgi?tab=email