diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-16 19:21:12 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-16 19:21:12 +0000 |
commit | b0ce887ac8ee6f8d88f53a3ed45681beae151840 (patch) | |
tree | 3e524c67624cde0a368902e901cd790eb05e2f42 /bruiser/autogen | |
parent | fixing the new build (diff) | |
download | mutator-b0ce887ac8ee6f8d88f53a3ed45681beae151840.tar.gz mutator-b0ce887ac8ee6f8d88f53a3ed45681beae151840.zip |
a quick fix
Diffstat (limited to 'bruiser/autogen')
-rwxr-xr-x | bruiser/autogen/wasm/ltg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/autogen/wasm/ltg.sh b/bruiser/autogen/wasm/ltg.sh index a7ca2e9..769a11f 100755 --- a/bruiser/autogen/wasm/ltg.sh +++ b/bruiser/autogen/wasm/ltg.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/sh cd $(dirname $0) "../../tablegen/luatablegen.py" --out ./ltg/ --luaheader ../../../lua-5.3.4/src --headeraggr ./ltg/wasm_tables.h --lualibpath ./ltg/wasm.lua --docpath ./ltg/wasm.md --xml ./ltg/wasm.xml --tbldefs ./ltg/ --name wasm clang-format ./ltg/*.c ./ltg/*.h -i |