From 0d4a6b50fe8a353b6b83befb115ee9e157275a02 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Thu, 7 Mar 2013 17:32:02 +0100 Subject: Changed handshake from to_erl to run_erl, on behalf of shell search --- erts/etc/unix/to_erl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/etc/unix/to_erl.c') 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"); } -- cgit v1.2.3