Quellcode durchsuchen

Expand the regex for newer switches.

Joe Clarke vor 1 Jahr
Ursprung
Commit
01a398be82
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
         }