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
e244219f
Commit
e244219f
authored
Oct 19, 2005
by
Mike Hibler
Browse files
avoid undefined variable complaint if $fsnode is not set
parent
3afb4a64
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
e244219f
...
...
@@ -980,7 +980,8 @@ sub TearDownEmulab()
"
def_boot_osid='',next_boot_osid='',temp_boot_osid=''
"
.
"
where
"
.
join
("
or
",
map
("
node_id='
$_
'
",
(
$bossnode
,
$opsnode
,
$fsnode
,
(
$bossnode
,
$opsnode
,
defined
(
$fsnode
)
?
$fsnode
:
(),
@expnodes
))));
#
...
...
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