fix: fixrights.sh: 'chmod --' not supported under FreeBSD

This commit is contained in:
Stéphane Lesimple 2021-03-19 15:46:21 +00:00 committed by Stéphane Lesimple
parent e37e235bf5
commit 3b4ea53cce

View file

@ -53,7 +53,7 @@ chmod 0755 "$basedir"/docker/entrypoint.sh \
"$basedir"/tests/functional/docker/tester_role.sh \
"$basedir"/tests/functional/fake_ttyrec.sh
find "$basedir"/tests/unit -type f -name "*.pl" -print0 | xargs -r0 chmod 0755 --
find "$basedir"/tests/unit -type f -name "*.pl" -print0 | xargs -r0 chmod 0755
while IFS= read -r -d '' plugin
do