more bug fixes
This commit is contained in:
parent
d3acba9559
commit
683c5e534a
1 changed files with 1 additions and 0 deletions
|
|
@ -1218,6 +1218,7 @@ rcstart(int fd[2], int argc, char **argv)
|
||||||
dup(sfd, 0);
|
dup(sfd, 0);
|
||||||
dup(sfd, 1);
|
dup(sfd, 1);
|
||||||
dup(sfd, 2);
|
dup(sfd, 2);
|
||||||
|
system("stty tabs -onlcr -echo");
|
||||||
execvp(argv[0], argv);
|
execvp(argv[0], argv);
|
||||||
_exits("oops");
|
_exits("oops");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue