X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fupdate_oldconfig;h=6d4d87045063c802e693fbb7c3df7f3ee0b136e7;hb=a296e9433919a6d709ae7826ecc5310d9e2d1365;hp=175fa4a2652d763ccc68cb1ae4d0a791c47d1f16;hpb=e5c10d7f33e6d4567e20355c66091ce67a7779a0;p=fs%2Flustre-release.git diff --git a/build/update_oldconfig b/build/update_oldconfig index 175fa4a..6d4d870 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -61,4 +61,14 @@ expect { send "m\r" exp_continue } + -re "\n *(\[^\n]* \\\[Y\/n\/m\/\\?] \\(NEW\\)) " { + puts "$expect_out(1,string) m" + send "m\r" + exp_continue + } + -re "\n *(\[^\n]* \\\[Y\/\\?] \\(NEW\\)) " { + puts "$expect_out(1,string) y" + send "y\r" + exp_continue + } }