Subversion Repositories DevTools

Rev

Rev 5848 | Rev 6177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5848 Rev 5891
Line 1077... Line 1077...
1077
{
1077
{
1078
    #
1078
    #
1079
    #   Delete, from the environment, values that are related to selecting
1079
    #   Delete, from the environment, values that are related to selecting
1080
    #   the version of JATS being used
1080
    #   the version of JATS being used
1081
    #
1081
    #
1082
    foreach ( qw( GBE_VERSION GBE_CORE GBE_BIN GBE_CONFIG GBE_TOOLS GBE_DRV PERL5LIB GBE_DPKG_SBOX GBE_SANDBOX GBE_PLATFORM GBE_JATS_SANE ) )
1082
    foreach ( qw( GBE_VERSION GBE_CORE GBE_BIN GBE_CONFIG GBE_TOOLS GBE_DRV PERL5LIB GBE_DPKG_SBOX GBE_SANDBOX GBE_PLATFORM GBE_JATS_SANE GBE_MAXMAKE ) )
1083
    {
1083
    {
1084
        delete $ENV{$_};
1084
        delete $ENV{$_};
1085
    }
1085
    }
1086
}
1086
}
1087
 
1087