From e91cd8a9c46f511776e514b485d8250d0cba59b3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 18 Oct 2015 02:20:32 +0200 Subject: [PATCH] compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/perl This is how the other perl scripts in git call perl Reviewed-by: Ganesh Ajjanagadde Signed-off-by: Michael Niedermayer --- compat/solaris/make_sunver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/solaris/make_sunver.pl b/compat/solaris/make_sunver.pl index 929bdda7b7..0e9ed1d351 100755 --- a/compat/solaris/make_sunver.pl +++ b/compat/solaris/make_sunver.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # make_sunver.pl #