diff --git a/build/build.tcl b/build/build.tcl index c20d326e..ac5b6bfe 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -14,7 +14,7 @@ proc type s { sleep .1 foreach c [split $s ""] { send -- $c - if [string match {[a-z]} $c] { + if [string match {[a-zA-Z0-9]} $c] { expect -nocase $c } else { expect "?"