mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Remove debugging echos.
This commit is contained in:
parent
be22ae2d07
commit
f6dc1628d6
1 changed files with 1 additions and 6 deletions
|
@ -35,12 +35,7 @@ rcstart(int argc, char **argv, int *pfd)
|
|||
dup(sfd, 0);
|
||||
dup(sfd, 1);
|
||||
dup(sfd, 2);
|
||||
// system("stty tabs -onlcr -echo erase '^h' intr '^?'");
|
||||
system("echo tabs; stty tabs");
|
||||
system("echo onlcr; stty -onlcr");
|
||||
system("echo echo; stty -echo");
|
||||
system("echo erase; stty erase '^h'");
|
||||
system("echo intr; stty intr '^?'");
|
||||
system("stty tabs -onlcr -echo erase '^h' intr '^?'");
|
||||
execvp(argv[0], argv);
|
||||
fprint(2, "exec %s failed: %r\n", argv[0]);
|
||||
_exits("oops");
|
||||
|
|
Loading…
Reference in a new issue