Whamcloud - gitweb
Just when you thought you had all the possibilities covered...
[fs/lustre-release.git] / build / update_oldconfig
index 175fa4a..ebe37b8 100755 (executable)
@@ -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
+    }
 }