Whamcloud - gitweb
Yet another expression found in the RHEL3/x86_64 make oldconfig.
[fs/lustre-release.git] / build / update_oldconfig
index 3593be5..6447134 100755 (executable)
@@ -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
+    }
 }