From d9cfcd12d468faa5302cba876656942005d9578a Mon Sep 17 00:00:00 2001 From: Vladimir Glazunov Date: Tue, 23 Feb 2010 14:15:40 +0100 Subject: [PATCH] No special handling with SOURCE_ROOT --- solenv/bin/modules/SourceConfig.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/solenv/bin/modules/SourceConfig.pm b/solenv/bin/modules/SourceConfig.pm index 320cf76734fb..129c8f65a594 100755 --- a/solenv/bin/modules/SourceConfig.pm +++ b/solenv/bin/modules/SourceConfig.pm @@ -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;