Commit a51975d8 authored by diego's avatar diego

Add missing newlines at end of file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5335 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c87f1438
...@@ -16,4 +16,4 @@ FFmpeg README ...@@ -16,4 +16,4 @@ FFmpeg README
* liba52 and libpostproc are distributed under the GNU General Public * liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg. License and their compilation and use is optional in ffmpeg.
Fabrice Bellard. Fabrice Bellard.
\ No newline at end of file
...@@ -8,4 +8,4 @@ sed '/^+[^+]/!s/ /TaBBaT/g' |\ ...@@ -8,4 +8,4 @@ sed '/^+[^+]/!s/ /TaBBaT/g' |\
sed 's/\(@@[^@]*@@[^@]*\)/\n\1/g' |\ sed 's/\(@@[^@]*@@[^@]*\)/\n\1/g' |\
egrep -v '@@[^@]*@@(( [^]*)|([+-][[:space:]]*)|(-[[:space:]]*([^]*)\+[[:space:]]*\5))*$' |\ egrep -v '@@[^@]*@@(( [^]*)|([+-][[:space:]]*)|(-[[:space:]]*([^]*)\+[[:space:]]*\5))*$' |\
tr -d '\n' |\ tr -d '\n' |\
tr '' '\n' tr '' '\n'
\ No newline at end of file
#!/bin/sh #!/bin/sh
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n' 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