aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpriv/templates/extended_bin2
-rw-r--r--rebar.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin
index f584e51..5cd8035 100755
--- a/priv/templates/extended_bin
+++ b/priv/templates/extended_bin
@@ -60,7 +60,7 @@ relx_rem_sh() {
# Generate a random id
relx_gen_id() {
- od -X /dev/urandom | head -n1 | awk '{print $2}'
+ od -X -N 4 /dev/urandom | head -n1 | awk '{print $2}'
}
# Control a node
diff --git a/rebar.config b/rebar.config
index abbff4d..fce0a53 100644
--- a/rebar.config
+++ b/rebar.config
@@ -9,7 +9,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}]}.
{escript_emu_args, "%%! +sbtu +A0 -noinput\n"}.
{escript_incl_apps,
- [getopt, erlware_commons, bbmustache, providers, relx]}.
+ [getopt, erlware_commons, bbmustache, providers]}.
%% Compiler Options ============================================================
{erl_opts,