Commit 5cf6196f authored by michael's avatar michael

silly script to fix line wraped patches


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4502 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f0f47306
#!/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