00-distfiles.sh: fix status phrasing
This commit is contained in:
@@ -255,7 +255,7 @@ hook() {
|
|||||||
while true; do
|
while true; do
|
||||||
flock -w 1 ${distfile}.part true
|
flock -w 1 ${distfile}.part true
|
||||||
[ $? -eq 0 ] && break
|
[ $? -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
|
done
|
||||||
# If distfile does not exist, try to link to it.
|
# If distfile does not exist, try to link to it.
|
||||||
if [ ! -f "$distfile" ]; then
|
if [ ! -f "$distfile" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user