Blob Blame History Raw
--- etc/buildman.pe.orig	2016-03-19 16:17:51.000000000 -0600
+++ etc/buildman.pe	2016-04-02 07:40:55.865074279 -0600
@@ -575,7 +575,7 @@ sub make_tex {
 
       SCANMSK: while ( $line = <MSK> ) {
             # treat the {{...}} replacements
-            while ( $line =~ /{{([^}]*)}}/ ) {
+            while ( $line =~ /\{\{([^}]*)\}\}/ ) {
                 $key = $1;
                 if ( $key =~ /date/ ) {
                     $replace=`date +"%d %B %Y"`;