Merge pull request #303 from rshura/make_fix

Fix pkg/core/gen.sh so that make works on linux
This commit is contained in:
Josh Baker 2018-04-20 11:15:07 -07:00 committed by GitHub
commit af95127654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 '