That fixed it, thanks.

On Tue, Apr 13, 2010 at 2:59 AM, Thomas Zimmermann <[email protected]> wrote:

> Am Dienstag 13 April 2010 02:01:04 schrieb Lon Lentz:
> >   Might someone clue me in on why make is telling me I'm running dash?
> When
> > SHELL = /bin/bash?
> >
> It's complaining about /bin/sh links to /bin/dash. The problem is, that
> some
> lazy developers have added /bin/sh as shebang but use bashisms in there
> configure script (e.g. gtk+).
> Because of that you need to have /bin/sh linked to /bin/bash.
>
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to