[FFmpeg-devel] [Patch] Make doc/texi2pod.pl more portable

Rich Felker dalias
Tue Oct 23 04:30:49 CEST 2007


On Mon, Oct 22, 2007 at 07:14:49PM -0700, Dave Yeo wrote:
> Index: doc/texi2pod.pl
> ===================================================================
> --- doc/texi2pod.pl	(revision 10843)
> +++ doc/texi2pod.pl	(working copy)
> @@ -1,4 +1,6 @@
> -#! /usr/bin/perl -w
> +#!perl

I don't think this is valid. Although it would be possible to
implement a kernel that searches the path for the interpreter to run,
I doubt it's standard behavior and it's probably frowned upon for
security reasons.

It works on windows only because the kernel has no idea how to execute
the script and the shell instead does the work behind the scenes..

Rich




More information about the ffmpeg-devel mailing list