diff options
author | Marius <mariausol@gmail.com> | 2014-01-23 03:20:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2014-01-23 03:20:15 +0200 |
commit | 3234906ac7cb4eac2077af3dff2b3db452514cd0 (patch) | |
tree | 0cbae624d537cf23cdb4bc15aab87d86dd9f71ed /scripts | |
parent | aa79642f7c1e89b65b77e54f4b03722c4582839c (diff) | |
download | context-3234906ac7cb4eac2077af3dff2b3db452514cd0.tar.gz |
beta 2014.01.23 01:55
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/stubs/unix/mtxrunjit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/context/stubs/unix/mtxrunjit b/scripts/context/stubs/unix/mtxrunjit index 171721497..117105aa5 100644 --- a/scripts/context/stubs/unix/mtxrunjit +++ b/scripts/context/stubs/unix/mtxrunjit @@ -1,2 +1,5 @@ #!/bin/sh + luajittex --luaonly $(dirname $0)/mtxrun "$@" + +# luajittex --luaonly ${0%jit} "$@" |