silly script to fix line wraped patches
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ae38261ee8
commit
cf1cb7a8db
2
unwrap-diff
Executable file
2
unwrap-diff
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
|
Loading…
x
Reference in New Issue
Block a user