From d7b420df5e95d4eeef06f57e7ace0c91a214ea27 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 18 May 2006 01:19:44 +0000 Subject: [PATCH] Just when you thought you had all the possibilities covered... --- build/update_oldconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/update_oldconfig b/build/update_oldconfig index 175fa4a..ebe37b8 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -61,4 +61,9 @@ expect { send "m\r" exp_continue } + -re "\n *(\[^\n]* \\\[Y\/n\/m\/\\?] \\(NEW\\)) " { + puts "$expect_out(1,string) m" + send "m\r" + exp_continue + } } -- 1.8.3.1