From 72b8e4ea49b5cf8b45dd3f7c0ec9c7ec6622a6c0 Mon Sep 17 00:00:00 2001 From: nuex Date: Fri, 23 May 2014 09:47:18 -0400 Subject: add erts_dir fix to bin directory, remove extranneous erl_root declaration in extended_bin --- priv/templates/extended_bin.dtl | 1 - 1 file changed, 1 deletion(-) (limited to 'priv/templates/extended_bin.dtl') diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl index 22e6199..bb3e8d7 100644 --- a/priv/templates/extended_bin.dtl +++ b/priv/templates/extended_bin.dtl @@ -19,7 +19,6 @@ find_erts_dir() { ROOTDIR="$RELEASE_ROOT_DIR" else local erl="$(which erl)" - local erl_root=$("$erl" -noshell -eval "io:format(\"~s\", [code:root_dir()])." -s init stop) code="io:format(\"~s\", [code:root_dir()])." local erl_root="$("$erl" -noshell -eval "$code" -s init stop)" ERTS_DIR="$erl_root/erts-$ERTS_VSN" -- cgit v1.2.3