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
The implementation of chmod was calculating the new permissions,
but then setting the permissions back to the old ones. This fixes
this bug.
Similarly, the value returned was the od value rather than the new one.
0 commit comments