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
eb843c05
Commit
eb843c05
authored
Oct 02, 2003
by
Leigh B. Stoller
Browse files
Minor fix; I had a & where it needed to be &&. Caused a screwy
batchstate on an experiment.
parent
3a606ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/endexp.in
View file @
eb843c05
...
...
@@ -213,7 +213,7 @@ if ($isbatchexpt) {
"
Batch experiment
$pid
/
$eid
has been canceled.
\n
"
.
"
You will receive email when the experiment is
\n
"
.
"
torn down and you can reuse the experiment name.
")
if
(
$ebatchstate
ne
BATCHSTATE_POSTED
&
if
(
$ebatchstate
ne
BATCHSTATE_POSTED
&
&
$ebatchstate
ne
BATCHSTATE_PAUSED
);
}
#
...
...
Write
Preview
Markdown
is supported
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