2
0

Don't fail stopProgress if there is no active logSpinner.

This commit is contained in:
Maarten Billemont
2018-06-05 15:24:45 -04:00
parent 66e893fd83
commit 687923da32
2 changed files with 4 additions and 4 deletions

View File

@@ -70,12 +70,12 @@ set -e
done <<< "$niftyNinePatch"
fnip
else
echo >&2 'pinf'
pinf '%s -> %s' "${src##*/}" "${dst##*/}"
echo >&2 'cp <$src> <$dst>'
echo >&2 "pinf: $?"
cp "$src" "$dst"
echo >&2 'fnip'
echo >&2 "cp <$src> <$dst>: $?"
fnip
echo >&2 "fnip: $?"
fi
}