diff options
author | Peter Andersson <[email protected]> | 2010-05-28 10:59:25 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:20 +0200 |
commit | 7b48e13f301bcfe25ac55d6bc3cf612707673b16 (patch) | |
tree | b47b78e89db835a0dda579676cf69c7c1a34e15d /erts/etc/unix/Install.src | |
parent | 7b33aa92bb2558ba04a6436203638fd46592b8d2 (diff) | |
download | otp-7b48e13f301bcfe25ac55d6bc3cf612707673b16.tar.gz otp-7b48e13f301bcfe25ac55d6bc3cf612707673b16.tar.bz2 otp-7b48e13f301bcfe25ac55d6bc3cf612707673b16.zip |
Fix error installing the run_test program
Diffstat (limited to 'erts/etc/unix/Install.src')
-rw-r--r-- | erts/etc/unix/Install.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src index 83f9690782..7dead62ab0 100644 --- a/erts/etc/unix/Install.src +++ b/erts/etc/unix/Install.src @@ -89,6 +89,7 @@ cp -p $ERL_ROOT/erts-%I_VSN%/bin/erl . cp -p $ERL_ROOT/erts-%I_VSN%/bin/erlc . cp -p $ERL_ROOT/erts-%I_VSN%/bin/dialyzer . cp -p $ERL_ROOT/erts-%I_VSN%/bin/typer . +cp -p $ERL_ROOT/erts-%I_VSN%/bin/run_test . cp -p $ERL_ROOT/erts-%I_VSN%/bin/escript . # |