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, 1);
|
||||
dup(sfd, 2);
|
||||
system("stty tabs -onlcr -echo");
|
||||
execvp(argv[0], argv);
|
||||
_exits("oops");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue