From ababeb72a781b4d95901c6efce412a4f5ae2aa17 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 8 May 2020 15:09:15 -0500 Subject: [PATCH] 00-distfiles.sh: fix status phrasing --- common/hooks/do-fetch/00-distfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hooks/do-fetch/00-distfiles.sh b/common/hooks/do-fetch/00-distfiles.sh index 528eab8896c..e2bf54378fe 100644 --- a/common/hooks/do-fetch/00-distfiles.sh +++ b/common/hooks/do-fetch/00-distfiles.sh @@ -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