-
Notifications
You must be signed in to change notification settings - Fork 1
this
main...bennetyee:SPAN-API-Client-Docs:mac-v-linux
works, but maybe a different fix would be preferred?
All reactions
Replies: 2 comments
Another possibility is instead of
perms=$(stat -f "%Lp" "$path" 2>/dev/null || stat -c "%a" "$path" 2>/dev/null)
do instead
perms=$(python3 -c 'import os,sys; print(f"{os.stat(sys.argv[1]).st_mode & 0o777:o}");' "$path")
All reactions
0 replies
Fix pending — your patch direction has been picked up.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment