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

Attributes not Available to Command Exports #14

Closed
TekWizely opened this issue Jan 3, 2020 · 0 comments · Fixed by #15
Closed

Attributes not Available to Command Exports #14

TekWizely opened this issue Jan 3, 2020 · 0 comments · Fixed by #15

Comments

@TekWizely
Copy link
Owner

TekWizely commented Jan 3, 2020

Looks like command export statements don't have access to attributes.

Example:

Runfile

.TEST := "Hello, world"

##
# EXPORT test := ${.TEST}
test:
	echo $test

output

$ run test


expected output

$ run test

Hello, world
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 a pull request may close this issue.

1 participant