shithub: libvpx

Download patch

ref: fd9ff3336b7093363677abba4a186f57385ffb03
parent: 87a3129e5208bc70572d5e3856c16753b1d7a87d
parent: 8ed6277f53787f167985a691ed6800eda86b13c8
author: James Zern <jzern@google.com>
date: Thu Mar 6 06:42:35 EST 2014

Merge "configure: Use "cat -n" instead of "pr -n -t""

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -41,7 +41,7 @@
 
 log_file(){
     log BEGIN $1
-    pr -n -t $1 >>$logfile
+    cat -n $1 >>$logfile
     log END $1
 }