Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
064ceec9
Commit
064ceec9
authored
Jun 27, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stty_init): Quote the ^ character. Some shells interpret it as a pipe.
parent
a4007d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/server/testsuite/config/unix.exp
src/server/testsuite/config/unix.exp
+1
-1
No files found.
src/server/testsuite/config/unix.exp
View file @
064ceec9
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment