From 181bff126b320ac6eb8ba5c77df81667df2a8b3f Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 21 Mar 2006 15:55:51 +0000 Subject: [PATCH] Yet another expression found in the RHEL3/x86_64 make oldconfig. --- build/update_oldconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/update_oldconfig b/build/update_oldconfig index 3593be5..6447134 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -53,4 +53,9 @@ expect { send "m\r" exp_continue } + -re "\n *(\[^\n]* \\\[M\/n\/y\/\\?] \\(NEW\\)) " { + puts "$expect_out(1,string) m" + send "m\r" + exp_continue + } } -- 1.8.3.1