K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-05-20T16:03:36.950175Z K 7 svn:log V 601 sh: Allow terminating a heredoc with a terminator at EOF without a newline. This is sometimes used with eval or old-style command substitution, and most shells other than ash derivatives allow it. It can also be used with scripts that violate POSIX's requirement on the application that they end in a newline (scripts must be text files except that line length is unlimited). Example: v=`cat <