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
872ccc60
Commit
872ccc60
authored
Jan 05, 2001
by
Mac Newbold
Browse files
Change mkexpdir path to libexec.
parent
aa3792bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbdoit.in
View file @
872ccc60
...
...
@@ -77,7 +77,7 @@ my $repfile = "$eid.report";
#
# Create a directory structure for the experiment in the project directory.
#
if
(
system
("
$
tbdir
/mkexpdir
$project
$eid
")
!=
0
)
{
if
(
system
("
$
TB
/libexec
/mkexpdir
$project
$eid
")
!=
0
)
{
print
STDOUT
"
$tbdir
/mkexpdir failed
\n
";
exit
(
1
);
}
...
...
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