OSDN Git Service

relinfo.pl: silence warning
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 3 Apr 2013 22:06:29 +0000 (00:06 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 3 Apr 2013 22:06:29 +0000 (00:06 +0200)
$* is no longer supported at extra/scripts/relinfo.pl line 2.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
extra/scripts/relinfo.pl

index e2af157..09c05cd 100755 (executable)
@@ -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@redhat.com>, 2000.