void-packages/srcpkgs/automake/patches/perl522.patch
2015-06-24 15:05:20 +02:00

11 lines
307 B
Diff

--- bin/automake.in.orig
+++ bin/automake.in
@@ -3878,7 +3878,7 @@
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;
}