[git commit] relinfo.pl: use correct interpreter

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Apr 3 22:12:25 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=5c64b9e16917b1a7cb59c1c8fed8628904042f08
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/scripts/relinfo.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extra/scripts/relinfo.pl b/extra/scripts/relinfo.pl
index 09c05cd..cb990b3 100755
--- a/extra/scripts/relinfo.pl
+++ b/extra/scripts/relinfo.pl
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-eval "exec /usr/bin/perl -S $0 $@"
+eval "exec /usr/bin/env perl -w -S $0 $@"
     if 0;
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
 # Written by Ulrich Drepper <drepper at redhat.com>, 2000.


More information about the uClibc-cvs mailing list