more bug fixes
This commit is contained in:
parent
d3acba9559
commit
683c5e534a
@ -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…
Reference in New Issue
Block a user