aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-07-18 11:18:30 -0700
committerJordan Wilberding <[email protected]>2015-07-18 11:18:30 -0700
commitaf0237fd2ca71f7724cdb663498e6a84827930a9 (patch)
treeaf52d14b9266fd87a76a3aee100541262ffe0db7 /priv/templates/extended_bin
parenta8d0e5b2ef1237d4458ee480e6294a6ea2f70d05 (diff)
parentc211c73cd6de507bf57d29098502de264b88afc8 (diff)
downloadrelx-af0237fd2ca71f7724cdb663498e6a84827930a9.tar.gz
relx-af0237fd2ca71f7724cdb663498e6a84827930a9.tar.bz2
relx-af0237fd2ca71f7724cdb663498e6a84827930a9.zip
Merge pull request #371 from tsloughter/start_clean
fix console_clean in dev_mode by always creating start_clean.boot
Diffstat (limited to 'priv/templates/extended_bin')
-rwxr-xr-xpriv/templates/extended_bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin
index 64409ae..f584e51 100755
--- a/priv/templates/extended_bin
+++ b/priv/templates/extended_bin
@@ -350,7 +350,7 @@ case "$1" in
# Build it here because this command will be used for logging.
set -- "$BINDIR/erlexec" -boot "$BOOTFILE" \
-boot_var ERTS_LIB_DIR "$ERTS_LIB_DIR" \
- -env ERL_LIBS "$REL_DIR/lib" -config "$RELX_CONFIG_PATH" \
+ -config "$RELX_CONFIG_PATH" \
-args_file "$VMARGS_PATH"
# Dump environment info for logging purposes