On 6 September 2016 at 23:11, Henry Bruce <[email protected]> wrote:
> + if [[ "$libname" == *.so ]]; then > That's a lot of bashisms in one place ;) [ not [[ = not == *.so will need to be escaped in case it matches anything in cwd and expands. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
