commit 844f76c1cf44f1c507a08d3ff8266e1770bc8cc3
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Sep 24 14:51:44 2008 +0000

    - fcking damn cvsnt corrupts the files with newlines
    
    Changed files:
        adapter.sh -> 1.28

 adapter.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.sh b/adapter.sh
index f7d23ef..f9df459 100644
--- a/adapter.sh
+++ b/adapter.sh
@@ -83,7 +83,7 @@ diffcol()
         s,^@@ ,&,g;
         s,^-,&,;
         s,^+,&,;
-        s,
,^M,g;
+        s,\r,^M,g;
         s,     ,    ,g;
         s,\([^[:space:]]\)\([[:space:]]\+\)$,\1\2,g;
         s,$,,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to