Description: Escape left brace in regex
Author: Carsten Leonhardt <leo@debian.org>
Bug-Debian: 903736
Last-Update: 2018-07-16
--- a/styles/graphics-support.perl
+++ b/styles/graphics-support.perl
@@ -172,7 +172,7 @@
 
     #RRM: may only work correctly for Unix    
     # $dd  holds the directory-delimiter, usually / 
-    $paths =~ s/\s*({|})\s*/$1/g;
+    $paths =~ s/\s*(\{|})\s*/$1/g;
     local(@paths) = split (/}/, $paths);
     if ($DESTDIR eq $FILE) {
 	# given paths are relative to parent directory
