fix(install): don't use option '-e' for builtin echo #3

Open
lgourvenec wants to merge 1 commits from fix_-e_in_gitignore into master

1 Commits

Author SHA1 Message Date
0a3d5add48 fix(install): don't use option '-e' for builtin echo
All checks were successful
Cadoles/mktools/pipeline/head This commit looks good
Cadoles/mktools/pipeline/pr-master This commit looks good
echo is often a builtin and '-e' is not an option for sh.
sh is the default shell for gnu make (variable "SHELL") -> this leads to an
extra "-e" in .gitignore
2025-05-28 15:26:38 +02:00