[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: multiarch status update



"Steinar H. Gunderson" <sgunderson@bigfoot.com> writes:

> On Sat, May 13, 2006 at 10:54:57PM +0200, Henning Makholm wrote:
>> The Linux kernel requires a full path for #! scripts.  This makes
>> sense if one considers a #! program to be something that should have
>> predictable behavior no matter what the user happens to have in his
>> $PATH.
>
> The standard idiom for this seems to be "#! /usr/bin/env python".
>
> /* Stienar */

Which is a major portability problem for

#!/usr/bin/perl -w

The #! syntax only works consistent with up to one argument. Anything
further depends on the system.

MfG
        Goswin



Reply to: