Explorar o código

Expand the regex for newer switches.

Joe Clarke hai 1 ano
pai
achega
01a398be82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }