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-devel
Commits
02dfe8bb
Commit
02dfe8bb
authored
Sep 19, 2001
by
Christopher Alfeld
Browse files
Fixed so that tarfiles show up as dira tara:dirb tarb:...
parent
b0051bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
02dfe8bb
...
...
@@ -137,7 +137,12 @@ proc tb-set-node-tarfiles {node args} {
perror "\[tb-set-node-tarfiles] Arguments should be node and series of pairs."
return
}
$node set tarfiles [join $args :]
set tarfiles {}
while {$args != {}} {
lappend tarfiles [join [lrange $args 0 1]]
set args [lrange $args 2 end]
}
$node set tarfiles [join $tarfiles :]
}
proc tb-set-node-deltas {node args} {
if {$args == {}} {
...
...
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