projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811ca93
)
Correctly a spelling mistake.
author
Rob Savoye
<rob@cygnus>
Mon, 30 Aug 1993 04:53:24 +0000
(
04:53
+0000)
committer
Rob Savoye
<rob@cygnus>
Mon, 30 Aug 1993 04:53:24 +0000
(
04:53
+0000)
gdb/testsuite/config/unix-gdb.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/config/unix-gdb.exp
b/gdb/testsuite/config/unix-gdb.exp
index 690b6a83d51f13f829157b0df029d30cad71e71d..ff17f53b48c3a9c80e93cba74108df8d92398ab8 100644
(file)
--- 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."