aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/autogen/wasm
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-16 19:21:12 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-16 19:21:12 +0000
commitb0ce887ac8ee6f8d88f53a3ed45681beae151840 (patch)
tree3e524c67624cde0a368902e901cd790eb05e2f42 /bruiser/autogen/wasm
parentfixing the new build (diff)
downloadmutator-b0ce887ac8ee6f8d88f53a3ed45681beae151840.tar.gz
mutator-b0ce887ac8ee6f8d88f53a3ed45681beae151840.zip
a quick fix
Diffstat (limited to 'bruiser/autogen/wasm')
-rwxr-xr-xbruiser/autogen/wasm/ltg.sh2
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