fix: typoes

This commit is contained in:
levasseur
2021-10-08 11:30:08 +02:00
parent b5058d7f5b
commit de3a8fb0cc
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ backupdist()
local file=
for file in $@; do
local tmstmp=$(stdtime)
if [[ - L ${file} ]]; then
if [[ -L ${file} ]]; then
# With symbolik links we call again backupdist to treat target
backupdist $(readlink -f ${file})
elif [[ -f ${file} ]]; then