From: Rob Savoye Date: Mon, 30 Aug 1993 04:53:24 +0000 (+0000) Subject: Correctly a spelling mistake. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d4d56ed1ac76973af4b0fac3c13511114c1a6702;p=deliverable%2Fbinutils-gdb.git Correctly a spelling mistake. --- 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."