aboutsummaryrefslogtreecommitdiff
path: root/autosetup/teaish/core.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'autosetup/teaish/core.tcl')
-rw-r--r--autosetup/teaish/core.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autosetup/teaish/core.tcl b/autosetup/teaish/core.tcl
index 307462ec3..a4a6b001f 100644
--- a/autosetup/teaish/core.tcl
+++ b/autosetup/teaish/core.tcl
@@ -527,7 +527,7 @@ proc teaish__configure_phase1 {} {
set vputs "puts \[ $vsat \]"
#puts "*** vputs = $vputs"
scan [exec echo $vputs | $tclsh] %d vvcheck
- if {0 == $vvcheck} {
+ if {![info exists vvcheck] || 0 == $vvcheck} {
proj-fatal -up $tclsh "check failed:" $vsat
}
}