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
|
||||
|
||||
cd $(dirname "${BASH_SOURCE[0]}")
|
||||
export CommandsJSON=$(cat commands.json)
|
||||
cd $(dirname $0)
|
||||
export CommandsJSON="$(cat commands.json)"
|
||||
|
||||
# replace out the json
|
||||
perl -pe '
|
||||
|
|
Loading…
Reference in New Issue