aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1993-08-30 04:53:24 +0000
committerRob Savoye <rob@cygnus>1993-08-30 04:53:24 +0000
commitd4d56ed1ac76973af4b0fac3c13511114c1a6702 (patch)
tree6cf6e137ceb5fb9cc73e10edf147eeaf40c99cc7 /gdb
parent811ca938d5845b622b215a1169edd5a83badfdc8 (diff)
downloadgdb-d4d56ed1ac76973af4b0fac3c13511114c1a6702.zip
gdb-d4d56ed1ac76973af4b0fac3c13511114c1a6702.tar.gz
gdb-d4d56ed1ac76973af4b0fac3c13511114c1a6702.tar.bz2
Correctly a spelling mistake.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/config/unix-gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp
index 690b6a8..ff17f53 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."