Fix case sensitivity of HOSTNAME evaluation.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-08-18 17:54:51 +00:00
parent 1a8a6399cc
commit a23dead8ab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47258

View file

@ -25,7 +25,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.freebsd.org"
CLUSTER_MACHINE= YES
.endif