]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
buildworld: add back in missing semicolon
authorKyle Evans <kevans@FreeBSD.org>
Sun, 10 May 2020 20:28:38 +0000 (20:28 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 10 May 2020 20:28:38 +0000 (20:28 +0000)
commita93817e04fd5b0dd8a1df90a98f729a2b90adef6
tree515b14de4a399881983a276a42ac604c57e3f760
parent81962477fc77a31d5eddb58acb15d4c1ce29e704
buildworld: add back in missing semicolon

if foo; then blah else blah; fi has a drastically different meaning than
if foo; then blah; else blah; fi. Fix it.

Reported by: 0mp
X-MFC-With: r360833
Makefile.inc1