__acl: fix SC1117

This commit is contained in:
ander 2019-05-19 23:27:58 +03:00
parent 03f8c3aaed
commit 02e10b1ffd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ do
then
[ "$file_is" = 'directory' ] && rep=x || rep=-
acl="$( echo "$acl" | sed "s/\(.*\)X/\1$rep/" )"
acl="$( echo "$acl" | sed "s/\\(.*\\)X/\\1$rep/" )"
fi
echo "$parameter" | grep -Eq '(mask|other)' && sep=:: || sep=: