Skip to content

Commit

Permalink
Add "consolidated" to path in erl helper (#680)
Browse files Browse the repository at this point in the history
It's on path in all other conditional branches, so there's no reason
it's not set in the case of bundled erts and the default boot file.
  • Loading branch information
hrubi authored and bitwalker committed Jun 25, 2019
1 parent 47cbbfb commit 706e49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions priv/libexec/erts.sh
Expand Up @@ -91,6 +91,7 @@ erl() {
"$__erl" -boot_var ERTS_LIB_DIR "$RELEASE_ROOT_DIR/lib" \
-boot "${RELEASE_ROOT_DIR}/bin/start_clean" \
${SYS_CONFIG_PATH:+-config "${SYS_CONFIG_PATH}"} \
-pa "${CONSOLIDATED_DIR}" \
${EXTRA_CODE_PATHS:+-pa "${EXTRA_CODE_PATHS}"} \
"$@"
elif [ $__boot_provided -eq 0 ]; then
Expand Down

0 comments on commit 706e49f

Please sign in to comment.