diff options
author | Benedikt Reinartz <[email protected]> | 2016-04-05 17:43:44 +0200 |
---|---|---|
committer | Benedikt Reinartz <[email protected]> | 2016-04-05 17:43:44 +0200 |
commit | 106ef29f0593ce40fe8b632a8f37260bf6c6b20f (patch) | |
tree | 1bb93a8cdd6f00e6cb56998522f2642b336d72e2 /priv/templates/extended_bin_windows | |
parent | 2ff5cb306a78bde3eea04d4379eb2c3a5dd2185e (diff) | |
download | relx-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_windows | 2 |
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% |