Skip to content
Snippets Groups Projects
Commit cf1cb7a8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

silly script to fix line wraped patches

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