thanks, shellcheck
This commit is contained in:
parent
6ae1242c66
commit
0df98bacad
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue