On 5/28/24 08:00, enh via Toybox wrote:
> apparently chmod allows something like
> 
>   chmod u+rwX-s,g+rX-ws,o+rX-wt
> 
> as a (far less readable!) synonym for
> 
>   chmod u+rwX,u-s,g+rX,g-ws,o+rX,o-wt
> 
> i'm told that toybox silently accepts the former too, but does not
> interpret it as if it means the latter?

Try commit a2c4a53e155c.

(Needed to zero a variable inside the loop rather than just once at the
beginning. Random cleanups while I was there, plus tests.)

Rob
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to