]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fcking damn cvsnt corrupts the files with newlines
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 Sep 2008 14:51:44 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.sh -> 1.28

adapter.sh

index f7d23ef7697f9636084e3a5b0ad13ec89f2e9218..f9df459ea92e31fae7175a5a5dde124de8b1a80e 100644 (file)
@@ -83,7 +83,7 @@ diffcol()
         s,^@@ ,\e[33m&,g;
         s,^-,\e[35m&,;
         s,^+,\e[36m&,;
-        s,\r,\e[44m^M\e[49m,g;
+        s,\r,\e[44m^M\e[49m,g;
         s,     ,    ,g;
         s,\([^[:space:]]\)\([[:space:]]\+\)$,\1\e[41m\2\e[49m,g;
         s,$,\e[0m,
This page took 0.091501 seconds and 4 git commands to generate.