[FFmpeg-devel] [PATCH] compat/solaris/make_sunver.pl: Use /usr/bin/env perl instead of /usr/bin/perl

Michael Niedermayer michaelni at gmx.at
Sun Oct 18 02:41:59 CEST 2015


From: Michael Niedermayer <michael at niedermayer.cc>

This is how the other perl scripts in git call perl

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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 929bdda..0e9ed1d 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
 #
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list