On 06/01/2017 17:01, Sean Bruno wrote:
>
>
> On 01/06/17 01:14, Paolo Bonzini wrote:
>>
>>
>> On 05/01/2017 23:41, Sean Bruno wrote:
>>> I don't suppose it would be possible to have configure check/change the
>>> interpreter path for scripts so that operating systems that don't have
>>> /usr/bin/perl for example, would work out of the box?
>>
>> We can use
>>
>> #!/bin/sh
>> eval 'exec perl -x -wS $0 ${1+"$@"}'
>> if 0;
>>
>> if that works for you.
>
> that would be far superior, thank you.
>
> This at least lets folks with /usr/local/bin/perl in their path, find
> and run scripts.
Great, then patches are welcome. :)
Paolo