Thread (5 messages) 5 messages, 4 authors, 2005-05-04

Re: Mercurial 0.4b vs git patchbomb benchmark

From: Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org> <hidden>
Date: 2005-05-03 01:17:58
Also in: lkml

Linus Torvalds [off-list ref] wrote:
On Mon, 2 May 2005, Ryan Anderson wrote:
quoted
On Mon, May 02, 2005 at 09:31:06AM -0700, Linus Torvalds wrote:
quoted
quoted
That said, I think the /usr/bin/env trick is stupid too. It may be more
portable for various Linux distributions, but if you want _true_
portability, you use /bin/sh, and you do something like

#!/bin/sh
exec perl perlscript.pl "$@"
if 0;
exec may fail.

#!/bin/sh
exec perl -x $0 ${1+"$@"} || exit 127
#!perl
quoted
You don't really want Perl to get itself into an exec loop.
This would _not_ be "perlscript.pl" itself. This is the shell-script, and
it's not called ".pl".
In this thread, it originally was.
-- 

"Our parents, worse than our grandparents, gave birth to us who are worse than
they, and we shall in our turn bear offspring still more evil."
        -- Horace (BC 65-8)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help