From 064ceec9921fa532421199222cf4d5eb403b39d1 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Sun, 27 Jun 1999 11:10:38 +0000 Subject: [PATCH] (stty_init): Quote the ^ character. Some shells interpret it as a pipe. --- src/server/testsuite/config/unix.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/testsuite/config/unix.exp b/src/server/testsuite/config/unix.exp index e302770b..41a0a1d9 100644 --- a/src/server/testsuite/config/unix.exp +++ b/src/server/testsuite/config/unix.exp @@ -53,7 +53,7 @@ set clientport 53262 set aux_item_default_conf_file "$top_srcdir/run-support/aux-items.conf" # Fix the tty settings for minimum impact on the data flow. -set stty_init "-echo -onlcr -istrip -isig erase ^- kill ^- werase ^-" +set stty_init "-echo -onlcr -istrip -isig erase '^-' kill '^-' werase '^-'" # State variables. set line_leader "" -- GitLab