py-defs.mk: echo-py: Protect recipe from shell expansion #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260617-py-defs-mk-echo-py-protect-recipe-from-shell-expansion"
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?
py-defs.mk: echo-py: Protect recipe from shell expansion
If make echo-py's output is accidentally subjected to shell expansion, it can yield surprising results. Protect it from that happening.