Skip to content

Commit 2db6e2d

Browse files
committed
Tau - drop -sname undefined beam option
This appears to cause epmd to start on at least one Linux distro (which is the main intention of this env variable being declared). Removing it doesn't appear to cause epmd to start on Windows. Thanks to @lilyinstarlight for suggesting this: 477fc3b#commitcomment-56833691
1 parent 1f70126 commit 2db6e2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/server/erlang/tau/rel/env.bat.eex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@echo off
22
set RELEASE_DISTRIBUTION=none
3-
set ELIXIR_ERL_OPTIONS="-sname undefined"

app/server/erlang/tau/rel/env.sh.eex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

33
export RELEASE_DISTRIBUTION=none
4-
export ELIXIR_ERL_OPTIONS="-sname undefined"

0 commit comments

Comments
 (0)