__acl: remove whitespace before inline comments too

This commit is contained in:
ander 2019-04-16 23:15:58 +03:00
parent a1634b3ec0
commit 8b3c84dfef
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ fi
getfacl -E "/$__object_id" 2>/dev/null \
| grep -E '^(default:)?(user|group|(mask|other):):[^:]' \
| sed -r 's/#.+$//' \
| sed -r 's/\s*#.+$//' \
|| true