Remove a `.' from the end of the echo line
`>> Attempting to fetch from $${site}' as it is misleading
This commit is contained in:
parent
3c5800e5bd
commit
5cb4427d5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1284
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.129 1995/04/01 09:35:29 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.130 1995/04/01 10:01:49 jkh Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -659,7 +659,7 @@ fetch: pre-fetch
|
||||
if [ ! -f $$file -a ! -f `basename $$file` ]; then \
|
||||
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
|
||||
for site in ${MASTER_SITES}; do \
|
||||
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
|
||||
${ECHO_MSG} ">> Attempting to fetch from $${site}"; \
|
||||
if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \
|
||||
break; \
|
||||
fi \
|
||||
|
Loading…
Reference in New Issue
Block a user