[Slackbuilds-users] Call for Bug Fixes, Patches, etc

Luis Cavalheiro pessoal at profcavalheiro.com
Mon Mar 14 19:04:50 UTC 2016


Indeed it should be

-execdir chmod 755 {} \;

...at end of command line. I was fast typing and I did this little mistake.
As said, command will stop in error in "-print0 | xargs -0" form if no
matching file is provided. Plus, since the sole function of this piped
xargs is chmod, it is an uneeded complexity since -execdir does the same.
Em 14/03/2016 3:44 PM, "Didier Spaier" <didier at slint.fr> escreveu:

> On 14/03/2016 18:29, Erik Hanson wrote:
> > Didier Spaier <didier at slint.fr> wrote:
> >
> >> Maybe it wouldn't hurt to write
> >>   -execdir 755
> >
> > Unless I'm misunderstanding the man page, this would need to be
> >  -execdir chmod 755 {} \;
>
> Indeed, sorry for the mistake.
>
> Didier
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160314/c4c95c5b/attachment.html>


More information about the SlackBuilds-users mailing list