소스 검색

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
         }