Fix pkg/core/gen.sh so that make works on linux
This commit is contained in:
parent
08afe004ae
commit
38aec96474
@ -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…
x
Reference in New Issue
Block a user