diff options
author | Rob Savoye <rob@cygnus> | 1993-04-19 05:03:42 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-04-19 05:03:42 +0000 |
commit | faea916b2f858913ec81d81bc51c5f2dea4699ac (patch) | |
tree | 10e2ceecb7d19112e40e80a36258cbe14ea4e8ab | |
parent | 497e44a5f8dca0bc06fef1cfadb1dfdaf4bed834 (diff) | |
download | gdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.zip gdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.tar.gz gdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.tar.bz2 |
Minor indenting changes.
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 6db8815..5962340 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -41,8 +41,8 @@ proc gdb_version {} { global GDBFLAGS if {[which $GDB] != 0} then { set tmp [exec echo "q" | $GDB] - set version [lindex $tmp [lsearch $tmp "\[0-9\]*"]] - set version [string range $version 0 [expr [string length $version]-2]] + set version "[lindex $tmp [lsearch $tmp "\[0-9\]*"]]" + set version "[string range $version 0 [expr [string length $version]-2]]" clone_output "[which $GDB] version $version $GDBFLAGS\n" } else { warning "$GDB does not exist" |