aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-24 06:58:10 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-24 06:58:10 +0000
commitdccbcf0295105f2ec1631443bb01a6d31d2b0dfb (patch)
treef163693cfc04ce13611986e9532f5c02da668109
parentfixes 42, fixes 44 (diff)
downloadmutator-dccbcf0295105f2ec1631443bb01a6d31d2b0dfb.tar.gz
mutator-dccbcf0295105f2ec1631443bb01a6d31d2b0dfb.zip
fixing travis
Diffstat (limited to '')
-rwxr-xr-xbruiser/tablegen.sh2
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