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
bc6a3c11
Commit
bc6a3c11
authored
May 28, 2003
by
Mac Newbold
Browse files
Fix path to idlemail.
parent
8f6d9ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/webidlemail.in
View file @
bc6a3c11
...
@@ -22,6 +22,6 @@ my $TB = "@prefix@";
...
@@ -22,6 +22,6 @@ my $TB = "@prefix@";
#
#
# Run the real thing, and never return.
# Run the real thing, and never return.
#
#
exec
"
$TB
/bin/idlemail
",
@ARGV
;
exec
"
$TB
/
s
bin/idlemail
",
@ARGV
;
die
("
webidlemail: Could not exec idlemail: $!
");
die
("
webidlemail: Could not exec idlemail: $!
");
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