mirror of https://github.com/tidwall/tile38.git
Merge pull request #303 from rshura/make_fix
Fix pkg/core/gen.sh so that make works on linux
This commit is contained in:
commit
af95127654
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd $(dirname "${BASH_SOURCE[0]}")
|
cd $(dirname $0)
|
||||||
export CommandsJSON=$(cat commands.json)
|
export CommandsJSON="$(cat commands.json)"
|
||||||
|
|
||||||
# replace out the json
|
# replace out the json
|
||||||
perl -pe '
|
perl -pe '
|
||||||
|
|
Loading…
Reference in New Issue