mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Fix typo in error message.
This commit is contained in:
parent
9de0de1dd4
commit
19cc96f6a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75327
@ -713,7 +713,7 @@ doTARBALL:
|
||||
@echo "SD undefined in doTARBALL" && exit 1
|
||||
.endif
|
||||
.if !defined(TD)
|
||||
@echo "TB undefined in doTARBALL" && exit 1
|
||||
@echo "TD undefined in doTARBALL" && exit 1
|
||||
.endif
|
||||
.if !defined(ARG)
|
||||
@echo "ARG undefined in doTARBALL" && exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user