Fix typo in error message.
This commit is contained in:
parent
9de0de1dd4
commit
19cc96f6a3
@ -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