------- 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [email protected] 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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
