diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-08-10 23:48:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-10 23:48:25 +0000 |
commit | cf1cb7a8db6b911cf07a62ef0ba9ada89d70f3ca (patch) | |
tree | 430effc27c3202f7ff3d2d6e688ee04b6093e06e | |
parent | ae38261ee8e969a776d2952fbe32a6023036f51f (diff) | |
download | ffmpeg-cf1cb7a8db6b911cf07a62ef0ba9ada89d70f3ca.tar.gz |
silly script to fix line wraped patches
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | unwrap-diff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unwrap-diff b/unwrap-diff new file mode 100755 index 0000000000..fc5b63bc55 --- /dev/null +++ b/unwrap-diff @@ -0,0 +1,2 @@ +#!/bin/sh +tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
\ No newline at end of file |