mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
login shell
This commit is contained in:
parent
fc1d5d8c32
commit
f729f79ca2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ rcstart(int argc, char **argv, int *pfd, int *tfd)
|
|||
argv[0] = getenv("SHELL");
|
||||
if(argv[0] == 0)
|
||||
argv[0] = "rc";
|
||||
argv[1] = "-i";
|
||||
argv[1] = "-l";
|
||||
argv[2] = 0;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue