Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support make vars in postfix_script #1375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jsun-splunk
Copy link
Contributor

postfix_script did not support make vars which means we cannot use things like $(execpath :target) in it. This limited the functionality of the attribute.

Note, this is a breaking change as $$ wrapped variable declaration and single $ shell variable declaration will no longer work in postfix_script e.g. $$INSTALLDIR$$ and $INSTALLDIR. Need to used shell variable with an escaped $ like $$INSTALLDIR.

postfix_script did not support make vars which means we cannot use
things like $(execpath :target) in it. This limited the functionality of
the attribute.

Note, this is a breaking change as $$ wrapped variable declaration and
single $ shell variable declaration will no longer work in
postfix_script e.g. $$INSTALLDIR$$ and $INSTALLDIR. Need to used shell
variable with an escaped $ like $$INSTALLDIR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant