From bd2138b6c03f13675961943325143c714fee81c3 Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Wed, 16 Aug 2006 18:44:42 +0000
Subject: [PATCH] Answer for a [Y/?] question.

---
 build/update_oldconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build/update_oldconfig b/build/update_oldconfig
index ebe37b82e9..6d4d870450 100755
--- a/build/update_oldconfig
+++ b/build/update_oldconfig
@@ -66,4 +66,9 @@ expect {
         send "m\r"
         exp_continue
     }
+    -re "\n *(\[^\n]* \\\[Y\/\\?] \\(NEW\\)) " {
+        puts "$expect_out(1,string) y"
+        send "y\r"
+        exp_continue
+    }
 }
-- 
GitLab