From 45a197b1313a5b135cf6d1099495419b639d58e8 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 1 Nov 2005 14:28:58 +0000 Subject: [PATCH] Don't log the output of the make oldconfig. The expect script displays what new values needed setting and what they were set to. --- build/update_oldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update_oldconfig b/build/update_oldconfig index e04e5fa..4f169cf 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -1,6 +1,6 @@ #!/usr/bin/expect -log_user 1 +log_user 0 set spawnid [spawn make oldconfig] match_max 200 -- 1.8.3.1