fix(install): don't use option '-e' for builtin echo #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_-e_in_gitignore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Test report for
0a3d5ad
Output
Checkout
From your project repository, check out a new branch and test the changes.