Substitute matches in prereqs in regex meta-rules.
This commit is contained in:
parent
b9a5986fc7
commit
75d67f9fdb
2 changed files with 6 additions and 4 deletions
|
|
@ -258,8 +258,6 @@ func expandSuffixes(input string, stem string) string {
|
|||
return string(expanded)
|
||||
}
|
||||
|
||||
// TODO: expand RegexpRefs
|
||||
|
||||
// Expand a backtick quoted string, by executing the contents.
|
||||
func expandBackQuoted(input string, vars map[string][]string) ([]string, int) {
|
||||
// TODO: expand sigils?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue