move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE

This commit is contained in:
Joao Moreno
2016-02-15 11:07:01 +01:00
parent de60490b30
commit d46c0646f2
13 changed files with 16 additions and 16 deletions

View File

@@ -7,5 +7,5 @@ function realpath() { python -c "import os,sys; print os.path.realpath(sys.argv[
CONTENTS="$(dirname "$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")")"
ELECTRON="$CONTENTS/MacOS/Electron"
CLI="$CONTENTS/Resources/app/out/cli.js"
ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
exit $?