On Wed, 2011-09-21 at 12:31 +0200, Koen Kooi wrote: > - PSEUDOBINDIR=`bitbake -e | grep STAGING_BINDIR_NATIVE=\" | cut -d '=' > -f2 | cut -d '"' -f2` > + PSEUDOBINDIR=`bitbake -e | grep --color=never STAGING_BINDIR_NATIVE=\" | > cut -d '=' -f2 | cut -d '"' -f2` > ret=$?
That's a GNU extension and won't work on all greps. How about just unsetting GREP_OPTIONS, or alternatively replacing that whole pipeline with awk? p. _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core