[Blends-commit] [SCM] blends-dev branch, master,	updated. 2d82034b8096967971866a36cabb9acca8b58a18
    Mike Gabriel 
    mike.gabriel at das-netzwerkteam.de
       
    Sat Aug  5 02:46:41 UTC 2017
    
    
  
The following commit has been merged in the master branch:
commit 2d82034b8096967971866a36cabb9acca8b58a18
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 4 22:46:36 2017 -0400
    Regression fix for 5c82754b: Copy+Paste flaw amended.
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 036d262..249c378 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -574,7 +574,7 @@ sub load_task {
                 $pkgs .= $1;
 
                 # reliable whitespace and backslash cleanup
-                $pkgs =~ $_ =~ s/^\s+([^\s]+)\s*(|\\\s*)$/$1/;
+                $pkgs =~ s/^\s+([^\s]+)\s*(|\\\s*)$/$1/;
             }
 
             # or no package in the header line ('<header>':<LF>)
-- 
Git repository for blends code
    
    
More information about the Blends-commit
mailing list