Commit 7e5e7ec
committed
Convert all entrypoint "echo"s to "printf"
The use of the `echo` shell built-in has been actively discouraged for a long time, but it's really convenient so we keep doing it. This converts them all to use `printf` appropriately such that we avoid issues like `echo "$someVar"` from doing the wrong thing if `$someVar` is `-n` or similar.1 parent f8827c3 commit 7e5e7ec
File tree
11 files changed
+308
-264
lines changed- 11
- alpine
- bullseye
- 12
- alpine
- bullseye
- 13
- alpine
- bullseye
- 14
- alpine
- bullseye
- 15
- alpine
- bullseye
11 files changed
+308
-264
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments