summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-10-06 17:09:30 +0000
committerMåns Rullgård <mans@mansr.com>2007-10-06 17:09:30 +0000
commit6b3246488d49fb41f3f0e6376ca29b595d5c6de4 (patch)
treecb592c3892b98d6b6ff1aa9ea57ea711e74fbbde /configure
parentd3d8c02b78b436a52e1cb0bdc91eecab3342d9f8 (diff)
use pr -n -t instead of non-standard cat -n
Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dc5b2f36c0..cd0b0e3e81 100755
--- a/configure
+++ b/configure
@@ -178,7 +178,7 @@ log(){
log_file(){
log BEGIN $1
- cat -n $1 >>$logfile
+ pr -n -t $1 >>$logfile
log END $1
}