Skip to content
GitLab
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
dc3f298e
Commit
dc3f298e
authored
Jun 01, 2006
by
Leigh B. Stoller
Browse files
Fix minor typo.
parent
fbc73128
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/swapexp.in
View file @
dc3f298e
...
...
@@ -1258,7 +1258,7 @@ sub cleanup()
if
(
$estate
eq
EXPTSTATE_ACTIVE
)
{
print
"
Running 'tbswap out -force
$pid
$eid
'
\n
";
if
(
system
("
$tb
bin
dir
/tbswap out -force
$pid
$eid
")
!=
0
)
{
if
(
system
("
$tbdir
/tbswap out -force
$pid
$eid
")
!=
0
)
{
print
"
tbswap out failed!
\n
";
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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