aboutsummaryrefslogtreecommitdiff
path: root/lib/target.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/target.exp')
-rw-r--r--lib/target.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/target.exp b/lib/target.exp
index 4bff1dd..67655e6 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -57,9 +57,7 @@ set text "\[- A-Za-z0-9\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]"
# Set the target connection.
#
proc push_target { name } {
- global target_abbrev
-
- pop_config target
+ pop_config target
push_config target $name
}