void-packages/srcpkgs/automake/patches/perl522.patch

12 lines
307 B
Diff
Raw Normal View History

2015-06-24 13:04:46 +00:00
--- 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;
}