From 6b3246488d49fb41f3f0e6376ca29b595d5c6de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com> Date: Sat, 6 Oct 2007 17:09:30 +0000 Subject: [PATCH] use pr -n -t instead of non-standard cat -n Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dc5b2f36c0f..cd0b0e3e819 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 } -- GitLab