From 5c64b9e16917b1a7cb59c1c8fed8628904042f08 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 4 Apr 2013 00:12:25 +0200 Subject: relinfo.pl: use correct interpreter Signed-off-by: Bernhard Reutner-Fischer --- extra/scripts/relinfo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/scripts/relinfo.pl') diff --git a/extra/scripts/relinfo.pl b/extra/scripts/relinfo.pl index 09c05cd75..cb990b36f 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 , 2000. -- cgit v1.2.3