[type/__dma_auth] Fix SC2162
This commit is contained in:
parent
7183bb3cd1
commit
77e8a93daa
1 changed files with 1 additions and 1 deletions
|
@ -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)))" \
|
||||
|
|
Loading…
Reference in a new issue