tlogin shell - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f729f79ca2feeeaf3e19734e25482ccb618c043f
(DIR) parent fc1d5d8c32f9c963b1d0de40f95d633f9d106e48
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 18 Jan 2006 00:59:05 +0000
login shell
Diffstat:
M src/cmd/9term/rcstart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/9term/rcstart.c b/src/cmd/9term/rcstart.c
t@@ -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;
}
/*