OSDN Git Service

tr -d '\015'
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 26 May 2005 17:48:23 +0000 (17:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 May 2005 17:48:23 +0000 (17:48 +0000)
Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk

clean-diff

index 6964d34..211bfae 100755 (executable)
@@ -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