Make pre-fetch in line 161 (one colon) consistent with others (two colons).
Reported by: bento
This commit is contained in:
parent
c21d82e696
commit
e733ddb290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51588
@ -158,7 +158,7 @@ HasXdmAuth?= DEFAULT
|
||||
|
||||
.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
|
||||
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
||||
pre-fetch:
|
||||
pre-fetch::
|
||||
@${ECHO}
|
||||
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
|
||||
.else
|
||||
|
@ -158,7 +158,7 @@ HasXdmAuth?= DEFAULT
|
||||
|
||||
.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
|
||||
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
||||
pre-fetch:
|
||||
pre-fetch::
|
||||
@${ECHO}
|
||||
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user