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

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 '