summaryrefslogtreecommitdiff
path: root/clean-diff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-26 17:48:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-26 17:48:23 +0000
commit4aa606ec179a7df514fe5839b7ab5e24b42145b8 (patch)
tree194644a4c0a2abc5bb836ab361984a1424acaa84 /clean-diff
parent3f3f8b2b7511e22bb1f5b3454909e0639edb29c7 (diff)
tr -d '\015'
Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'clean-diff')
-rwxr-xr-xclean-diff2
1 files changed, 1 insertions, 1 deletions
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