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
380c2ca5
Commit
380c2ca5
authored
Dec 10, 2003
by
Robert Ricci
Browse files
Fix a bug while multiple tarballs and/or RPMs .
parent
cfe6b5ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
380c2ca5
...
...
@@ -231,7 +231,7 @@ proc tb-set-node-tarfiles {node args} {
lappend tarfiles
[
join
[
lrange $args 0 1
]]
set args
[
lrange $args 2 end
]
}
$node set tarfiles
[
join $tarfiles
;
]
$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