On Sat, Feb 5, 2011 at 9:26 AM, Filip Zyzniewski <[email protected]> wrote: > Related bugzilla entry: http://bugs.openembedded.org/show_bug.cgi?id=5510 > --- > recipes/gnu-config/files/gnu-configize.in | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/gnu-config/files/gnu-configize.in > b/recipes/gnu-config/files/gnu-configize.in > index be8580c..adf9c0e 100755 > --- a/recipes/gnu-config/files/gnu-configize.in > +++ b/recipes/gnu-config/files/gnu-configize.in > @@ -1,7 +1,7 @@ > -#! /usr/bin/perl -w > +#! /usr/bin/env perl > # -*- perl -*- > > -eval 'case $# in 0) exec /usr/bin/perl -S "$0";; *) exec /usr/bin/perl -S > "$0" "$@";; esac' > +eval 'case $# in 0) exec perl -S "$0";; *) exec perl -S "$0" "$@";; esac' > if 0; > > # gnu-configize - install the GNU config.guess / config.sub in a directory > tree > -- > 1.7.1 >
Looks ok however signoff it properly and resend. See http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
