Commit cf1cb7a8 authored by Michael Niedermayer's avatar Michael Niedermayer

silly script to fix line wraped patches

Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ae38261e
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment