1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-10-06 17:09:30 +00:00
parent d3d8c02b78
commit 6b3246488d

2
configure vendored
View File

@ -178,7 +178,7 @@ log(){
log_file(){
log BEGIN $1
cat -n $1 >>$logfile
pr -n -t $1 >>$logfile
log END $1
}