Whamcloud - gitweb
Yet another expression found in the RHEL3/x86_64 make oldconfig.
authorbrian <brian>
Tue, 21 Mar 2006 15:55:51 +0000 (15:55 +0000)
committerbrian <brian>
Tue, 21 Mar 2006 15:55:51 +0000 (15:55 +0000)
build/update_oldconfig

index 3593be5..6447134 100755 (executable)
@@ -53,4 +53,9 @@ expect {
         send "m\r"
         exp_continue
     }
         send "m\r"
         exp_continue
     }
+    -re "\n *(\[^\n]* \\\[M\/n\/y\/\\?] \\(NEW\\)) " {
+        puts "$expect_out(1,string) m"
+        send "m\r"
+        exp_continue
+    }
 }
 }