[email protected] wrote:
> +    for x in `find $libdir -name run-ptest -type f`
> +        cd `dirname "$x"`

You can get this list of ptest dirs by just running `ls -d */ptest`. It is 
simpler and also much faster than using "find".

-- 
Björn
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to