summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-08-10 23:48:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-08-10 23:48:25 +0000
commitcf1cb7a8db6b911cf07a62ef0ba9ada89d70f3ca (patch)
tree430effc27c3202f7ff3d2d6e688ee04b6093e06e
parentae38261ee8e969a776d2952fbe32a6023036f51f (diff)
silly script to fix line wraped patches
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xunwrap-diff2
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