diff options
author | Magnus Ottenklinger <[email protected]> | 2015-10-02 11:29:05 +0200 |
---|---|---|
committer | Magnus Ottenklinger <[email protected]> | 2015-10-02 15:13:10 +0200 |
commit | 731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c (patch) | |
tree | 6517fcce3b266ea067645ac7a8e1b681b03ed7f0 /plt | |
parent | 46178552c4622b29d5a70ca23d945e9036caa437 (diff) | |
download | otp-731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c.tar.gz otp-731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c.tar.bz2 otp-731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c.zip |
Fix erroneous splitting of emulator path
`ct_run.c`, `erlc.c`, `escript.c` and `typer.c` do not preserve space characters in the emulator
path. Thus, if a path containing space is passed via environment variables, such as
`ESCRIPT_EMULATOR`, or if `get_default_emulator(progname)` returns a path with space, the execution
of the programs fail. This patch fixes all occurrences found with `grep push_words -R $ERL_TOP`.
Diffstat (limited to 'plt')
0 files changed, 0 insertions, 0 deletions