On Tue, Feb 17, 2015 at 03:01:38PM -0800, Rich Shepard wrote:

>   Now the only remaining issue is the lack of double quotes around $path on
> line 504 of /usr/libexec/postfix/post-install. At worst after the next
> postfix upgrade, I'll just edit it by hand again.

I would not call this a "lack of quotes".  The difference between:

    $ echo This is a test "$foo"

    and

    $ echo This is a test $foo

should be merely cosmetic.  Particularly since $foo here should be
a single installation pathname from the postfix-files file.

I am far more interested in why your machine cares, than in whether
quoting sweeps the problem under the rug.

-- 
        Viktor.

Reply via email to