ソースを参照

Expand the regex for newer switches.

Joe Clarke 1 年間 前
コミット
01a398be82
1 ファイル変更1 行追加1 行削除
  1. 1 1
      eem/tm_sw_autoconf.tcl

+ 1 - 1
eem/tm_sw_autoconf.tcl

@@ -240,7 +240,7 @@ if { $config != {} } {
             error $result $errorInfo
         }
 
-        if { [catch {cli_read_pattern $cli(fd) "confirm"} result] } {
+        if { [catch {cli_read_pattern $cli(fd) "(confirm|continue)"} result] } {
             error $result $errorInfo
         }