fix perl warning
This commit is contained in:
parent
500d901afe
commit
7902d1b5ff
@ -89,7 +89,7 @@ sub DoPrepass
|
||||
|
||||
return "" if /^###/;
|
||||
s/\s*###.*//; # Strip comments
|
||||
s/\${(\w+)}/&VarSubst($1, $skipFlag)/eg; # Do variable substitutions
|
||||
s/\$\{(\w+)}/&VarSubst($1, $skipFlag)/eg; # Do variable substitutions
|
||||
$_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user