1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

ls: if acl are used, show the + in the perms (#5816)

* ls: if acl are used, show the + in the perms

Tested by tests/mkdir/p-acl.sh

* CICD.yml: fix small formatting issue

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru 2024-01-14 15:57:22 +01:00 committed by GitHub
parent dc41ed2aeb
commit e01d5f75f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 82 additions and 6 deletions

1
Cargo.lock generated
View file

@ -2616,6 +2616,7 @@ dependencies = [
"unicode-width",
"uucore",
"uutils_term_grid",
"xattr",
]
[[package]]