X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2Fupdate_oldconfig;h=6d4d87045063c802e693fbb7c3df7f3ee0b136e7;hp=ebe37b82e9eb8eef37f9cc9a5c2cee6623e0e841;hb=a296e9433919a6d709ae7826ecc5310d9e2d1365;hpb=d7b420df5e95d4eeef06f57e7ace0c91a214ea27 diff --git a/build/update_oldconfig b/build/update_oldconfig index ebe37b8..6d4d870 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 + } }