To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67141
User is changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jul 10 06:08:49 -0700
2006 -------
IS: I fixed this by introducing special behaviour for "no" and "internal".
if ($ENV{'EPM'})
{
if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}"))
{
$epmname = $ENV{'EPM'};
}
elsif ( ($ENV{'EPM'} eq "no") || ($ENV{'EPM'} eq "internal") )
{
$epmname = $ENV{'EPM'};
}
else
{
installer::exiter::exit_program("Environment... ",
"find_epm_on_system");
}
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]