Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
In some erlang distributions (e.g. brew) the ERTS files do not have
write permissions set. When this is the case the file:write_file will
fail with error 'eacces'.
This commit removes 'bin/erl' before attempting to write the new file.
|
|
|
|
|
|
|
|
|
|
|
|
This has the potential to save a lot of time and make future release
upgrading much simpler for the user.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
|
|
|
|
|