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