Browse Source

relinfo.pl: use correct interpreter

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 11 years ago
parent
commit
5c64b9e169
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/scripts/relinfo.pl

+ 1 - 1
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@redhat.com>, 2000.