aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1993-04-19 05:03:42 +0000
committerRob Savoye <rob@cygnus>1993-04-19 05:03:42 +0000
commitfaea916b2f858913ec81d81bc51c5f2dea4699ac (patch)
tree10e2ceecb7d19112e40e80a36258cbe14ea4e8ab /gdb/testsuite
parent497e44a5f8dca0bc06fef1cfadb1dfdaf4bed834 (diff)
downloadgdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.zip
gdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.tar.gz
gdb-faea916b2f858913ec81d81bc51c5f2dea4699ac.tar.bz2
Minor indenting changes.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/config/unix-gdb.exp4
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"