Fix variables in recipes, prefix expansion, and -a switch behavior
This commit is contained in:
parent
82ec5bfab4
commit
913af90c60
5 changed files with 15 additions and 6 deletions
2
parse.go
2
parse.go
|
|
@ -347,7 +347,7 @@ func parseRecipe(p *parser, t token) parserStateFun {
|
|||
}
|
||||
|
||||
if t.typ == tokenRecipe {
|
||||
r.recipe = stripIndentation(t.val, t.col)
|
||||
r.recipe = expandRecipeSigils(stripIndentation(t.val, t.col), p.rules.vars)
|
||||
}
|
||||
|
||||
p.rules.add(r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue