You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sync mod() changes with bin/install
* chmod would get some of the following symbolic permissions wrong...
perl chmod a= ... (0000/----------)
perl chmod a=rwx A ... (0777/-rwxrwxrwx)
perl chmod u=rw A ... (0600/-rw-------)
perl chmod u=rwx,g=w A ... (0720/-rwx-w----)
perl chmod u=rx,g=r,o=r A ... (0544/-r-xr--r--)
0 commit comments