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
dbe7f0fb
Commit
dbe7f0fb
authored
May 10, 2001
by
Leigh B. Stoller
Browse files
Fix little syntax error. I need to fix up the batch daemon so that I
can run it from a development tree.
parent
3285bc3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/batch_daemon.in
View file @
dbe7f0fb
...
...
@@ -552,7 +552,7 @@ sub email_status($)
sub
notify_user
($$$)
{
my
(
$mesg
,
$subtext
,
$iserr
)
=
@_
;
my
$subject
,
$from
,
$to
,
$cc
;
my
(
$subject
,
$from
,
$to
,
$cc
)
;
my
$MAIL
;
print
STDOUT
"
$mesg
\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