[Libreoffice] new bootstrap: quick stop
Thomas Klausner
wiz at netbsd.org
Tue Dec 7 07:33:57 PST 2010
On Sun, Dec 05, 2010 at 07:17:28PM -0600, Norbert Thiebaud wrote:
> On Sun, Dec 5, 2010 at 7:03 PM, Thomas Klausner <wiz at netbsd.org> wrote:
> > I found the simplest fix for it:
> > diff --git a/Makefile.in b/Makefile.in
> > index 9e05c70..4fbbf4a 100644
> > --- a/Makefile.in
> > +++ b/Makefile.in
> > @@ -1,7 +1,7 @@
> > # @configure_input@
> > # FIXME: create 'install' and 'check' target
> >
> > -SHELL=/bin/sh
> > +SHELL=/bin/bash
> >
> > all: dmake/dmake at EXEEXT@ fetch
> > @. ./*[Ee]nv.[Ss]et.sh && \
> >
> > Seems the problems are caused by some difference between /bin/sh
> > (NetBSD's /bin/sh) and bash.
> >
> > Ok to push?
> > (Or is SHELL="env bash" or something like this preferred?)
>
> /usr/bin/env bash
>
> that is what we use for shebang
Ok, committed and pushed.
Thomas
More information about the LibreOffice
mailing list