aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin_windows
diff options
context:
space:
mode:
authorBenedikt Reinartz <[email protected]>2016-04-05 17:43:44 +0200
committerBenedikt Reinartz <[email protected]>2016-04-05 17:43:44 +0200
commit106ef29f0593ce40fe8b632a8f37260bf6c6b20f (patch)
tree1bb93a8cdd6f00e6cb56998522f2642b336d72e2 /priv/templates/extended_bin_windows
parent2ff5cb306a78bde3eea04d4379eb2c3a5dd2185e (diff)
downloadrelx-106ef29f0593ce40fe8b632a8f37260bf6c6b20f.tar.gz
relx-106ef29f0593ce40fe8b632a8f37260bf6c6b20f.tar.bz2
relx-106ef29f0593ce40fe8b632a8f37260bf6c6b20f.zip
Update extended_bin_windows
Diffstat (limited to 'priv/templates/extended_bin_windows')
-rw-r--r--priv/templates/extended_bin_windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows
index 7adff36..0884ed9 100644
--- a/priv/templates/extended_bin_windows
+++ b/priv/templates/extended_bin_windows
@@ -99,7 +99,7 @@
set erl=%%i
)
@set dir_cmd="%erl%" -noshell -eval "io:format(\"~s\", [filename:nativename(code:root_dir())])." -s init stop
-@for /f %%i in ('%%dir_cmd%%') do @(
+@for /f "delims=" %%i in ('%%dir_cmd%%') do @(
set erl_root=%%i
)
@set erts_dir=%erl_root%\erts-%erts_vsn%