[git commit] relinfo.pl: silence warning

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


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

$* is no longer supported at extra/scripts/relinfo.pl line 2.

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 e2af157..09c05cd 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/perl -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