Daniel Baumann <[EMAIL PROTECTED]> wrote:

>   * this is ugly:
>
> ---snip---
> #! /bin/sh /usr/share/dpatch/dpatch-run
> ---snapp---
>
>     and this is beautiful:
>
> ---snipp---
> #!/bin/sh /usr/share/dpatch/dpatch-run
> ---snapp---

How so?

There are two reasons why I always use the first style:

  - it is surely easier to read, the interpreter name being separated by
    spaces from the rest;

  - I was told it is more portable (I once looked for confirmation with
    a little Google search but that was a while ago and I forgot the
    exact reasons that were mentioned).

What are your arguments for advocating the second style?

-- 
Florent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to