00-distfiles.sh: fix status phrasing
This commit is contained in:
parent
ad9ba43b5b
commit
de825d8a24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue