From faea916b2f858913ec81d81bc51c5f2dea4699ac Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 19 Apr 1993 05:03:42 +0000 Subject: [PATCH] Minor indenting changes. --- gdb/testsuite/config/unix-gdb.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 6db8815422a..59623401b69 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" -- 2.30.2