Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2014-10-07 16:18:46 +02:00
4 changed files with 8 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ local map_arch = {
local map_os = {
linux = true, windows = true, osx = true, freebsd = true, netbsd = true,
openbsd = true, solaris = true,
openbsd = true, dragonfly = true, solaris = true,
}
local function checkarg(str, map, err)