From d4d56ed1ac76973af4b0fac3c13511114c1a6702 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 30 Aug 1993 04:53:24 +0000 Subject: [PATCH] Correctly a spelling mistake. --- gdb/testsuite/config/unix-gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 690b6a83d5..ff17f53b48 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -174,7 +174,7 @@ proc gdb_start {} { exit 1 } } else { - IF {[WHICH $GDB] != 0} then { + if {[which $GDB] != 0} then { spawn $GDB } else { error "$GDB does not exist." -- 2.34.1