diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-04-16 17:34:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-04-16 17:34:00 +0200 |
commit | 66c43ffc47e4bf28c112bc5c593d1853212f7715 (patch) | |
tree | 5efdd357ea14b4b7d1a9407e0ded5434762e4f77 /scripts | |
parent | fda067d65d105a9c168c6d1428ac2f2ae053ed21 (diff) | |
download | context-66c43ffc47e4bf28c112bc5c593d1853212f7715.tar.gz |
stable 2008.04.16 17:34
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { } |