Correctly a spelling mistake.
authorRob Savoye <rob@cygnus>
Mon, 30 Aug 1993 04:53:24 +0000 (04:53 +0000)
committerRob Savoye <rob@cygnus>
Mon, 30 Aug 1993 04:53:24 +0000 (04:53 +0000)
gdb/testsuite/config/unix-gdb.exp

index 690b6a83d51f13f829157b0df029d30cad71e71d..ff17f53b48c3a9c80e93cba74108df8d92398ab8 100644 (file)
@@ -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."
This page took 0.023984 seconds and 4 git commands to generate.