Description: Fix 'Unescaped left brace in regex is illegal here' error with perl 5.26
Origin: vendor
Bug-Debian: https://bugs.debian.org/869576
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-07-24

--- a/intltool-update.in
+++ b/intltool-update.in
@@ -869,7 +869,7 @@
 	}
     }
     
-    if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/)
+    if ($str =~ /^(.*)\$\{?([A-Z_]+)}?(.*)$/)
     {
 	my $rest = $3;
 	my $untouched = $1;
