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

Re: RFS: gcin



Daniel Baumann <daniel@debian.org> 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



Reply to: