Fix typo in error message.
This commit is contained in:
parent
dbd4bd55a8
commit
11e3cce4ba
@ -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