Subject: | Don't use hardcoded path /bin/true |
On most Unix-like systems true is not located in /bin. On FreeBSD, it's
in /usr/bin. Maybe it's better to use something more portable in
MMM::Sync::Dummy, e.g. @command = ($^X, "-e1").
Regards,
Slaven