No special handling with SOURCE_ROOT
This commit is contained in:
parent
031b929268
commit
d9cfcd12d4
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ sub new {
|
|||
$source_root .= '/..';
|
||||
} else {
|
||||
$source_root = $ENV{SOURCE_ROOT_DIR};
|
||||
if (defined $ENV{SOURCE_ROOT}) {
|
||||
$self->{SOURCE_ROOT} = Cwd::realpath($ENV{SOURCE_ROOT} . '/' . $ENV{WORK_STAMP});
|
||||
};
|
||||
};
|
||||
$source_root = Cwd::realpath($source_root);
|
||||
$self->{DEBUG} = 0;
|
||||
|
|
Loading…
Reference in a new issue