bug-coreutils
[Top][All Lists]
Advanced

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

Re: /usr/bin/perl assumed when running src/wheel-gen.pl


From: Alfred M. Szmidt
Subject: Re: /usr/bin/perl assumed when running src/wheel-gen.pl
Date: Fri, 28 May 2004 21:42:36 +0200

     -#!/usr/bin/perl -w
     +#!/usr/bin/env perl

Pitty that this will break when the `usr' is symlink is removed on the
GNU system.  But I can fix that when the time comes if this is going
to be used...

     #!/bin/sh
     PERL=${PERL:-perl}
     eval 'exec $PERL -x -S $0 ${1+"$@"}'
     #! perl -w
     use strict;

I would prefer to see this usage instead, or something similar.

Cheerio!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]