[Slackbuilds-users] Problems With Postfix: post-install line 504 and SASL type

B Watson yalhcru at gmail.com
Sun Feb 15 00:05:29 UTC 2015


On 2/14/15, Rich Shepard <rshepard at appl-ecosys.com> wrote:

> 504 ->       #test -r $path -a "$type" != "d" && obsolete="$obsolete $path"

Probably it's better to put double-quotes around $path:

test -r "$path" -a ...blahblah


More information about the SlackBuilds-users mailing list