thanks, shellcheck

This commit is contained in:
boyska 2024-05-12 16:13:51 +02:00
parent 6ae1242c66
commit 0df98bacad

View file

@ -58,7 +58,7 @@ if [[ ! -d "$pickeddir" ]]; then
fi
empty=true
while read fpath
while read -r fpath
do
empty=false
fpath=$(readlink -f "$fpath")