diff options
author | Tristan Sloughter <[email protected]> | 2015-12-30 21:51:23 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-12-30 21:51:23 -0600 |
commit | 72016ccf71ff41582161e7ace81dc7a0095c7bb3 (patch) | |
tree | 0d6f738a7d59cfc14737d46919ff05f090ebd21f /priv/templates/extended_bin | |
parent | 818a2c5d7822d0b9f9b7205603af605113352653 (diff) | |
parent | 6f15163e93f3034e7831374720513110d8fc5525 (diff) | |
download | relx-72016ccf71ff41582161e7ace81dc7a0095c7bb3.tar.gz relx-72016ccf71ff41582161e7ace81dc7a0095c7bb3.tar.bz2 relx-72016ccf71ff41582161e7ace81dc7a0095c7bb3.zip |
Merge pull request #429 from sdebnath/console_mode
Allow console to set code loading mode based on defaults.
Diffstat (limited to 'priv/templates/extended_bin')
-rwxr-xr-x | priv/templates/extended_bin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index b6eb297..7945567 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -366,7 +366,7 @@ case "$1" in # Build an array of arguments to pass to exec later on # Build it here because this command will be used for logging. - set -- "$BINDIR/erlexec" -boot "$BOOTFILE" \ + set -- "$BINDIR/erlexec" -boot "$BOOTFILE" -mode "$CODE_LOADING_MODE" \ -boot_var ERTS_LIB_DIR "$ERTS_LIB_DIR" \ -config "$RELX_CONFIG_PATH" \ -args_file "$VMARGS_PATH" |