[asterisk-dev] [svn-commits] mvanbaak: branch 1.4 r220027 - /branches/1.4/build_tools/mkpkgconfig
Sean Bright
sean.bright at gmail.com
Thu Sep 24 06:52:51 CDT 2009
SVN commits to the Digium repositories wrote:
> Author: mvanbaak
> Date: Thu Sep 24 03:33:50 2009
> New Revision: 220027
>
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220027
> Log:
> mkpkgconfig does not need bash so make it use /bin/sh
> This fixes building on all systems that don't have bash
> at /bin/bash
Just changing the interpreter from bash to sh isn't going to cut it.
That script still uses some bash specific constructs (like [[ instead of
[). Also, when it is called from the Makefile, bash is invoked explicitly.
Thanks,
Sean
More information about the asterisk-dev
mailing list