summaryrefslogtreecommitdiff
path: root/tools/4.10/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff
blob: 2f8ba6ee8f275eb3fe5708e09ff8bd3f81c5a903 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- automake-1.12.6/automake.in.orig	2016-02-28 09:52:53.000000000 +1100
+++ automake-1.12.6/automake.in	2016-02-28 09:53:00.000000000 +1100
@@ -4030,7 +4030,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;
 }