HomeFreeBSD

Fix stand/newvers.sh with zsh in sh mode

Description

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

Details

Provenance
arichardsonAuthored on
Reviewer
imp
Differential Revision
D26036: Fix stand/newvers.sh with zsh in sh mode
Parents
rS364166: Fix crunchgen usage of mkstemp()
Branches
Unknown
Tags
Unknown