From 943990d8f766af6438dd57f610642e84e012217c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 6 Jun 2006 05:28:27 +0000 Subject: * runtest.exp (load_lib): Typo fix. --- ChangeLog | 4 ++++ runtest.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77cf006..fc6434c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-06-06 Ben Elliston + * runtest.exp (load_lib): Typo fix. + +2006-06-06 Ben Elliston + * dejagnu.h: Tidy comments. (_BUFFER_SIZE_): Remove to minimise namespace pollution. (wait): Define this function unconditionally. Conditionally diff --git a/runtest.exp b/runtest.exp index 3a0ff66..27a2269 100755 --- a/runtest.exp +++ b/runtest.exp @@ -687,7 +687,7 @@ if {[expr { $build_triplet == "" && $host_triplet == ""} ]} { foreach dir "$libdir $libdir/libexec $libdir/.. $execpath $srcdir $srcdir/.. $srcdir/../.." { verbose "Looking for ${dir}/config.guess" 2 if {[file exists [file join ${dir} config.guess]]} { - set config_guess [file join [${dir} config.guess]] + set config_guess [file join ${dir} config.guess] verbose "Found [file join ${dir} config.guess]" break } -- cgit v1.1