From: Elan Ruusamäe Date: Wed, 24 Sep 2008 14:51:44 +0000 (+0000) Subject: - fcking damn cvsnt corrupts the files with newlines X-Git-Tag: auto/ac/rpm-build-tools-4_4_9-17~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=65b4350acafec87ff767cab0bdaff6409d0bde81;p=packages%2Frpm-build-tools.git - fcking damn cvsnt corrupts the files with newlines Changed files: adapter.sh -> 1.28 --- 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,$,,