Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
33144107
Commit
33144107
authored
Apr 11, 2001
by
Christopher Alfeld
Browse files
Last change for array names was almost right.
parent
ab0a67d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/parse.tcl.in
View file @
33144107
...
...
@@ -35,9 +35,9 @@ proc set {args} {
if {[llength $args] > 1} {
# Munge var in case it's a variable
regsub -all {[(]} $var {-} out
set var $out
real_
set var $out
regsub -all {[)]} $var {} out
set var $out
real_
set var $out
real_set val [lindex $args 1]
if {([regexp {^n[0-9]+$} $val] != -1) ||
([regexp {^lan[0-9]+$} $val] != -1) ||
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment