Fix pkg/core/gen.sh so that make works on linux

This commit is contained in:
Alex Roitman 2018-04-20 10:59:13 -07:00
parent 08afe004ae
commit 38aec96474
1 changed files with 2 additions and 2 deletions

View File

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