commit 42ec1272eff946630de31ff30779c817b9c34317 parent 5d90d7735c5765eb05283a802e40c6e6aa6d56c9 Author: illiliti <illiliti@protonmail.com> Date: Sun, 23 Oct 2022 12:19:16 +0300 kiss/style-guide: deprecate echo Diffstat:
M | wiki/kiss/style-guide/index.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/wiki/kiss/style-guide/index.md b/wiki/kiss/style-guide/index.md @@ -188,6 +188,11 @@ Prefer `$CC` to ... Always use `-p` with `mkdir`. +%[0214] + +Always use `printf`. Do not use `echo`. + + GNU AUTOTOOLS -------------