K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-08-12T15:49:10.943812Z K 7 svn:log V 292 Fix stand/newvers.sh with zsh in sh mode When building on macOS with sh==zsh, newvers.sh was producing an unterminated string literal due to \\n being turned as a newline. Fix this by using a here document instead. Reviewed By: imp Differential Revision: https://reviews.freebsd.org/D26036 END