. Remove trailing comma from line which displayed the URL to download

the tarballs from.  It wasn't grammatically correct and was too easy
  to cut and paste along with the actual URL.

Submitted by:	znerd
This commit is contained in:
Greg Lewis 2003-08-27 06:28:11 +00:00
parent 7ff95af70a
commit 60e37df097
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87767
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ IGNORE= :\n\
Because of licensing restrictions, you must fetch the distribution\n\
manually. Please access\n\
\n\
${DOWNLOAD_URL},\n\
${DOWNLOAD_URL}\n\
\n\
with a web browser and \"Accept\" the End User License Agreement for\n\
\"Caffe Diablo ${JRE_VERSION}\". Please place the downloaded\n\

View file

@ -71,7 +71,7 @@ IGNORE= :\n\
Because of licensing restrictions, you must fetch the distribution\n\
manually. Please access\n\
\n\
${DOWNLOAD_URL},\n\
${DOWNLOAD_URL}\n\
\n\
with a web browser and \"Accept\" the End User License Agreement for\n\
\"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\