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.
Details
Details
- Reviewers
imp emaste jrtc27 - Commits
- rS364167: Fix stand/newvers.sh with zsh in sh mode
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable