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
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30021 Build 27834: arc lint + arc unit