forked from ungleich-public/cdist
__acl: remove whitespace before inline comments too
This commit is contained in:
parent
a1634b3ec0
commit
8b3c84dfef
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ fi
|
||||||
|
|
||||||
getfacl -E "/$__object_id" 2>/dev/null \
|
getfacl -E "/$__object_id" 2>/dev/null \
|
||||||
| grep -E '^(default:)?(user|group|(mask|other):):[^:]' \
|
| grep -E '^(default:)?(user|group|(mask|other):):[^:]' \
|
||||||
| sed -r 's/#.+$//' \
|
| sed -r 's/\s*#.+$//' \
|
||||||
|| true
|
|| true
|
||||||
|
|
Loading…
Reference in a new issue