mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
11 lines
373 B
Diff
11 lines
373 B
Diff
--- automake-1.11.2/automake.in
|
|
+++ automake-1.11.2/automake.in
|
|
@@ -4156,7 +4156,7 @@ sub substitute_ac_subst_variables_worker($)
|
|
sub substitute_ac_subst_variables ($)
|
|
{
|
|
my ($text) = @_;
|
|
- $text =~ s/\${([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
|
|
+ $text =~ s/\$\{([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
|
|
return $text;
|
|
}
|