[OE-core] [PATCH] autogen: fix autoopts script generation to handle shebang

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri May 12 14:06:52 UTC 2017


On 05/12/2017 04:59 PM, Awais Belal wrote:
> +-        *perl ) echo '#!/usr/bin/env perl'
> ++        *perl )  PERL=`which perl`
> ++                 PERL=`readlink -f ${PERL}`
> ++                 echo '#!' ${PERL}

Isn't this backwards? And why is PERL set twice in a row?


Alex




More information about the Openembedded-core mailing list