diff options
author | Lukas Larsson <[email protected]> | 2019-04-15 11:34:39 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-04-18 14:14:42 +0200 |
commit | 37e307235abf4ceb3dd4f4f59a3bae7e187e091d (patch) | |
tree | bf3e0f64c04fd22fd37ab42b2eabcea8e4ab8f48 /erts/etc | |
parent | 290a5b02b9c9d66729ac87b7099a8ca6fa2e8bc2 (diff) | |
download | otp-37e307235abf4ceb3dd4f4f59a3bae7e187e091d.tar.gz otp-37e307235abf4ceb3dd4f4f59a3bae7e187e091d.tar.bz2 otp-37e307235abf4ceb3dd4f4f59a3bae7e187e091d.zip |
erts: Fix cerl -rr to use correct etp file
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/cerl.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/cerl.src b/erts/etc/unix/cerl.src index bcd64d242e..8cfc2d549e 100644 --- a/erts/etc/unix/cerl.src +++ b/erts/etc/unix/cerl.src @@ -320,7 +320,7 @@ if [ "x$GDB" = "x" ]; then if [ "$1" = "-p" ]; then echo 'set $etp_rr_run_until_beam = 1' >> $cmdfile fi - cat $ROOTDIR/erts/etc/unix/etp-commands.in >> $cmdfile + cat $ROOTDIR/erts/etc/unix/etp-commands >> $cmdfile exec rr replay -x $cmdfile $* elif [ $1 = ps ]; then shift |