Commit 6b324648 authored by Måns Rullgård's avatar Måns Rullgård

use pr -n -t instead of non-standard cat -n

Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d3d8c02b
......@@ -178,7 +178,7 @@ log(){
log_file(){
log BEGIN $1
cat -n $1 >>$logfile
pr -n -t $1 >>$logfile
log END $1
}
......
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