aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/unix/to_erl.c
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-03-07 17:32:02 +0100
committerFredrik Gustafsson <[email protected]>2013-04-04 11:39:41 +0200
commit0d4a6b50fe8a353b6b83befb115ee9e157275a02 (patch)
treef9e762d3777793b78a25c4f6bf2e6fa35d6390f1 /erts/etc/unix/to_erl.c
parent67b849785c3bf82f8f4bcadfa202e8633737e430 (diff)
downloadotp-0d4a6b50fe8a353b6b83befb115ee9e157275a02.tar.gz
otp-0d4a6b50fe8a353b6b83befb115ee9e157275a02.tar.bz2
otp-0d4a6b50fe8a353b6b83befb115ee9e157275a02.zip
Changed handshake from to_erl to run_erl, on behalf of shell search
Diffstat (limited to 'erts/etc/unix/to_erl.c')
-rw-r--r--erts/etc/unix/to_erl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/to_erl.c b/erts/etc/unix/to_erl.c
index 754b349338..094006c5fd 100644
--- a/erts/etc/unix/to_erl.c
+++ b/erts/etc/unix/to_erl.c
@@ -353,7 +353,7 @@ int main(int argc, char **argv)
* at the start of every new to_erl-session.
*/
- if (write(wfd, "\022", 1) < 0) {
+ if (write(wfd, "\014", 1) < 0) {
fprintf(stderr, "Error in writing ^R to FIFO.\n");
}