[type/__dma_auth] Fix SC2162

This commit is contained in:
Dennis Camera 2020-06-01 20:25:10 +02:00
parent 7183bb3cd1
commit 77e8a93daa
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ BEGIN {
host == server { print endpos, $0 }
' "${auth_conf}" \
| while read pos line
| while read -r pos line
do
printf '%s:%s\n' \
"$(printf '%s' "$line" | cut -c $((-pos)))" \