diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-04 00:06:29 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-04 00:06:29 +0200 |
commit | 17a7beda46594494b4527ec6d5c8da2e3ec100f8 (patch) | |
tree | f636f64808e096266d0b74ebb048817251d2a204 /extra | |
parent | 2be3edacc1f7279ac57b98e49ba3a189ae40b1fd (diff) |
relinfo.pl: silence warning
$* is no longer supported at extra/scripts/relinfo.pl line 2.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rwxr-xr-x | 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 e2af157de..09c05cd75 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@redhat.com>, 2000. |