All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gnu-config: removed absolute perl binary paths from gnu-configize.
@ 2011-02-05 17:26 Filip Zyzniewski
  2011-02-06  2:50 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Filip Zyzniewski @ 2011-02-05 17:26 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-06 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 17:26 [PATCH] gnu-config: removed absolute perl binary paths from gnu-configize Filip Zyzniewski
2011-02-06  2:50 ` Khem Raj
2011-02-06  9:18   ` Martin Jansa
2011-02-06 15:44     ` Filip Zyzniewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.