From 25dcf0e53510eb8d2ef5a1fa9aacef02cd94d2ab Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 1 May 2020 17:50:26 +0000 Subject: [PATCH] Spell LOADER correctly so we test lua build. --- tools/boot/universe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index 0b2abd05105..a2367810070 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -97,7 +97,7 @@ for i in \ powerpc/powerpc powerpc/powerpc64 \ ; do ta=${i##*/} - dobuild $ta _.boot.${ta}.lua.log "MK_LOADEDER_LUA=yes MK_FORTH=no" + dobuild $ta _.boot.${ta}.lua.log "MK_LOADER_LUA=yes MK_FORTH=no" done # Build w/o ZFS -- 2.45.0