From 66c43ffc47e4bf28c112bc5c593d1853212f7715 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 16 Apr 2008 17:34:00 +0200 Subject: stable 2008.04.16 17:34 --- scripts/context/lua/mtxrun.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index f08c0f812..ed263f916 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -7623,11 +7623,14 @@ function os.currentplatform() else currentplatform = "osx-ppc" end + elseif unixvariant and unixvariant:find("FreeBSD") then + currentplatform = "freebsd" end end return currentplatform end + -- it starts here input.runners = { } -- cgit v1.2.3