From 4aa606ec179a7df514fe5839b7ab5e24b42145b8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 26 May 2005 17:48:23 +0000 Subject: [PATCH] tr -d '\015' Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk --- clean-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean-diff b/clean-diff index 6964d34c1a..211bfae144 100755 --- a/clean-diff +++ b/clean-diff @@ -1,2 +1,2 @@ #!/bin/sh -sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' \ No newline at end of file +sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015' \ No newline at end of file