It appears that the /bin/sh echo now defaults to -e and therefore the
#define VERSTR included newline characters instead of \n which caused
compiler errors.
A less fragile solution might be to bootstrap the in-tree /bin/sh but that
requires more changes.
Details
Details
- Reviewers
emaste brooks - Commits
- rS359252: Fix newvers.sh on macOS 10.15
VERSTR contained a newline before, now contains \n
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable