SPECS: sed_to_patch.pl - missing space in diffcol
    sparky 
    sparky at pld-linux.org
       
    Fri Aug  4 00:46:25 CEST 2006
    
    
  
Author: sparky                       Date: Thu Aug  3 22:46:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing space in diffcol
---- Files affected:
SPECS:
   sed_to_patch.pl (1.4 -> 1.5) 
---- Diffs:
================================================================
Index: SPECS/sed_to_patch.pl
diff -u SPECS/sed_to_patch.pl:1.4 SPECS/sed_to_patch.pl:1.5
--- SPECS/sed_to_patch.pl:1.4	Thu Aug  3 21:16:33 2006
+++ SPECS/sed_to_patch.pl	Fri Aug  4 00:46:20 2006
@@ -198,7 +198,7 @@
 	chomp;
 	s//[44m^[[49m/g;
 	s//[44m^G[49m/g;
-	s/^(Index:|diff|---|\+\+\+) /[32m$1/;
+	s/^(Index:|diff|---|\+\+\+) /[32m$1 /;
 	s/^@@ /[33m@@ /;
 	s/^-/[35m-/;
 	s/^\+/[36m+/;
@@ -207,7 +207,7 @@
 	s/(\S)(\s+)$/$1[41m$2[49m/;
 	s/$/[0m/;
 	print $_."\n";
- }
+}
 
 open PATCH, "../SOURCES/$pkgname-$patch_name.patch";
 while (<PATCH>) {
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sed_to_patch.pl?r1=1.4&r2=1.5&f=u
    
    
More information about the pld-cvs-commit
mailing list