From 409ca846a83b528ef4ee69bc2902c436974db16f Mon Sep 17 00:00:00 2001 From: Jan Hruban Date: Fri, 14 Jun 2019 15:57:01 +0200 Subject: [PATCH] Add "consolidated" to path in `erl` helper 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. --- priv/libexec/erts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/priv/libexec/erts.sh b/priv/libexec/erts.sh index 651692e3..e6a6b0b1 100755 --- a/priv/libexec/erts.sh +++ b/priv/libexec/erts.sh @@ -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