diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-24 06:58:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-24 06:58:10 +0000 |
commit | dccbcf0295105f2ec1631443bb01a6d31d2b0dfb (patch) | |
tree | f163693cfc04ce13611986e9532f5c02da668109 /bruiser | |
parent | fixes 42, fixes 44 (diff) | |
download | mutator-dccbcf0295105f2ec1631443bb01a6d31d2b0dfb.tar.gz mutator-dccbcf0295105f2ec1631443bb01a6d31d2b0dfb.zip |
fixing travis
Diffstat (limited to 'bruiser')
-rwxr-xr-x | bruiser/tablegen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/tablegen.sh b/bruiser/tablegen.sh index 3279e22..00b7ac6 100755 --- a/bruiser/tablegen.sh +++ b/bruiser/tablegen.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash cd $(dirname $0) ../extra-tools/luatablegen.py --tbg ./wasmtablegen.json --out ./luatablegen --luaheader ../lua-5.3.4/src --pre ./luatablegen/wasmheader.txt --headeraggr ./luatablegen/wasm_tables.h --lualibpath ./lua-scripts/wasm.lua --docpath /home/bloodstalker/extra/mutator.wiki/wasm.md if [[ $1 == test ]]; then |