diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-18 02:20:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-20 02:21:34 +0200 |
commit | e91cd8a9c46f511776e514b485d8250d0cba59b3 (patch) | |
tree | f8818221678ff03e00b3719e906a0c845b869dea /compat | |
parent | 068e6cb73205d08ed76befd43dbd8b5a17ff3b22 (diff) | |
download | ffmpeg-e91cd8a9c46f511776e514b485d8250d0cba59b3.tar.gz |
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 <gajjanag@mit.edu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'compat')
-rwxr-xr-x | compat/solaris/make_sunver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |