From: brian Date: Tue, 21 Mar 2006 15:55:51 +0000 (+0000) Subject: Yet another expression found in the RHEL3/x86_64 make oldconfig. X-Git-Tag: 1.4.10~342 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=181bff126b320ac6eb8ba5c77df81667df2a8b3f;p=fs%2Flustre-release.git Yet another expression found in the RHEL3/x86_64 make oldconfig. --- 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 + } }