Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mamake: %{VAR|script}/%{VAR@script}: expand MAM vars (re: f58153d)
A minor omission: %{...} was not expanded in the one-line scriptlet before passing it to the shell. While the Mamfiles don't currently use or require this, it's only logical to do so. src/cmd/INIT/mamake.c: substitute(): case '|': - When adding the script code to the buffer, use a recursive substitute() call instead of an append() call.
- Loading branch information