[FFmpeg-cvslog] r10677 - trunk/configure

mru subversion
Sat Oct 6 19:09:30 CEST 2007


Author: mru
Date: Sat Oct  6 19:09:30 2007
New Revision: 10677

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


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Oct  6 19:09:30 2007
@@ -178,7 +178,7 @@ log(){
 
 log_file(){
     log BEGIN $1
-    cat -n $1 >>$logfile
+    pr -n -t $1 >>$logfile
     log END $1
 }
 




More information about the ffmpeg-cvslog mailing list