aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/bin_windows
diff options
context:
space:
mode:
authorBikram Chatterjee <[email protected]>2017-09-26 18:11:45 +0200
committerBikram Chatterjee <[email protected]>2017-09-26 18:11:45 +0200
commit769ca6f37e71d9136602a05a06dd4bf114ac465c (patch)
tree60e29ae5e6261d7e369e0481dd22a6642a7e2fbf /priv/templates/bin_windows
parentb7b8622cf925bf889edae51eaf290ec35b6a1aef (diff)
parent0715c2fca256e0b9e5e85b03c61a065de6ce81af (diff)
downloadrelx-769ca6f37e71d9136602a05a06dd4bf114ac465c.tar.gz
relx-769ca6f37e71d9136602a05a06dd4bf114ac465c.tar.bz2
relx-769ca6f37e71d9136602a05a06dd4bf114ac465c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'priv/templates/bin_windows')
-rw-r--r--priv/templates/bin_windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/bin_windows b/priv/templates/bin_windows
index e66049e..b3ce796 100644
--- a/priv/templates/bin_windows
+++ b/priv/templates/bin_windows
@@ -60,7 +60,7 @@ cd %rootdir%
@for /f "delims=" %%i in ('where erl') do (
set erl=%%i
)
-@set dir_cmd="%erl%" -noshell -eval "io:format(\"~s\", [filename:nativename(code:root_dir())])." -s init stop
+@set dir_cmd="%erl%" -boot no_dot_erlang -noshell -eval "io:format(\"~s\", [filename:nativename(code:root_dir())])." -s init stop
@for /f "delims=" %%i in ('%%dir_cmd%%') do (
set erl_root=%%i
)