Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2018-01-29 13:19:30 +01:00
10 changed files with 39 additions and 7 deletions

View File

@@ -421,6 +421,7 @@ static int collectargs(char **argv, int *flags)
break;
case 'e':
*flags |= FLAGS_EXEC;
/* fallthrough */
case 'j': /* LuaJIT extension */
case 'l':
*flags |= FLAGS_OPTION;