Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
2302dde9
Commit
2302dde9
authored
Nov 19, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bandaid fix; remove symlink from /proj if exists. Need a better
solution, but no time today.
parent
b02bd633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tbsetup/mkexpdir.in
tbsetup/mkexpdir.in
+3
-0
No files found.
tbsetup/mkexpdir.in
View file @
2302dde9
...
...
@@ -170,6 +170,9 @@ if (! chown($UID, $unix_gid, "$workdir")) {
# there is a common path for all experiments.
#
if
(
$pid
ne
$gid
)
{
# XXX Bad. This link should be removed when the experiment is removed.
unlink
(
$eidlink
)
if
(
-
e
$eidlink
);
symlink
(
$eiddir
,
$eidlink
)
or
fatal
("
Could not symlink(
$eiddir
,
$eidlink
): $!
");
}
...
...
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