Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use printf for generating version.go (#933)
Flag -e is to "enable interpretation of backslash escapes" Which might be a default, depends on a shell. `sh -c 'echo "a\nb"'` on my OS prints > a\nb (no newline) ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR.
- Loading branch information