00-distfiles.sh: fix status phrasing

This commit is contained in:
Andrew Benson 2020-05-08 15:09:15 -05:00 committed by Johannes
parent ad9ba43b5b
commit de825d8a24

View file

@ -255,7 +255,7 @@ hook() {
while true; do
flock -w 1 ${distfile}.part true
[ $? -eq 0 ] && break
msg_warn "$pkgver: ${curfile} is being already downloaded, waiting for 1s ...\n"
msg_warn "$pkgver: ${curfile} is already being downloaded, waiting for 1s ...\n"
done
# If distfile does not exist, try to link to it.
if [ ! -f "$distfile" ]; then