Whamcloud - gitweb
Just when you thought you had all the possibilities covered...
authorbrian <brian>
Thu, 18 May 2006 01:19:44 +0000 (01:19 +0000)
committerbrian <brian>
Thu, 18 May 2006 01:19:44 +0000 (01:19 +0000)
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
+    }
 }