From patchwork Sat Feb 5 17:26:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gnu-config: removed absolute perl binary paths from gnu-configize. Date: Sat, 05 Feb 2011 17:26:09 -0000 From: Filip Zyzniewski X-Patchwork-Id: 460 Message-Id: <1296926769-2006-1-git-send-email-filip.zyzniewski@gmail.com> To: openembedded-devel@lists.openembedded.org 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