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|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jul 11 01:02:35 -0700
2006 -------
IS: Ah, then this is the solution. $epmname is "epm" instead of "no".
if ($ENV{'EPM'})
{
if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}"))
{
$epmname = $ENV{'EPM'};
}
elsif ( ($ENV{'EPM'} eq "no") || ($ENV{'EPM'} eq "internal") )
{
$epmname = "epm";
}
else
{
installer::exiter::exit_program("Environment ...",
"find_epm_on...");
}
}
Please verify
---------------------------------------------------------------------
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]