Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 18:56:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 226635] editors/openoffice-devel doesn't require bash
Message-ID:  <bug-226635-25061-w9DJiYxaQP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226635-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226635-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226635

--- Comment #2 from Don Lewis <truckman@FreeBSD.org> ---
... and that gets used to set $OOO_SHELL:

# 3. shell path.
if ( $platform =3D~ m/os2/ )
{
$OOO_SHELL =3D 'sh';
}
else
{
$OOO_SHELL =3D '@SHELLPATH@'."\/bash";
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226635-25061-w9DJiYxaQP>