diff --git a/build/build.tcl b/build/build.tcl index 1288c441..85b1624b 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -1,3 +1,9 @@ +proc abort {} { + puts "" + puts "The last command timed out." + exit 1 +} + proc type s { sleep .1 foreach c [split $s ""] {