forked from ungleich-public/cdist
__acl: fix SC1117
This commit is contained in:
parent
03f8c3aaed
commit
02e10b1ffd
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ do
|
||||||
then
|
then
|
||||||
[ "$file_is" = 'directory' ] && rep=x || rep=-
|
[ "$file_is" = 'directory' ] && rep=x || rep=-
|
||||||
|
|
||||||
acl="$( echo "$acl" | sed "s/\(.*\)X/\1$rep/" )"
|
acl="$( echo "$acl" | sed "s/\\(.*\\)X/\\1$rep/" )"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$parameter" | grep -Eq '(mask|other)' && sep=:: || sep=:
|
echo "$parameter" | grep -Eq '(mask|other)' && sep=:: || sep=:
|
||||||
|
|
Loading…
Reference in a new issue