Alex Richardson 0a20523dda Fix newvers.sh on macOS 10.15
It appears that the macOS /bin/sh echo now defaults to -e and therefore the
`#define VERSTR` included newline characters instead of \n. This caused compiler
errors due to unterminated strings. Fix by using printf instead of echo.
A less fragile solution might be to bootstrap the in-tree /bin/sh but that
requires more changes.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D24136
2020-03-23 17:51:44 +00:00
..
2020-02-20 16:58:19 +00:00
2020-03-20 16:15:45 +00:00
2020-03-23 17:51:44 +00:00
2020-03-23 14:33:29 +00:00
2020-03-20 16:50:19 +00:00
2020-03-20 21:06:58 +00:00
2020-03-14 20:13:42 +00:00
2020-03-04 22:32:40 +00:00
2020-03-01 23:01:37 +00:00
2020-03-16 12:33:57 +00:00
2020-03-22 17:59:36 +00:00
2020-02-03 17:35:11 +00:00