Changes in uspace/app/bdsh/scli.c [fc11b8a:da2bd08] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
rfc11b8a rda2bd08 61 61 usr->line = (char *) NULL; 62 62 usr->name = "root"; 63 usr->home = "/";64 63 usr->cwd = (char *) NULL; 65 64 usr->prompt = (char *) NULL; 66 chdir(usr->home);67 65 usr->lasterr = 0; 66 67 input_init(); 68 68 69 return (int) cli_set_prompt(usr); 69 70 }
Note:
See TracChangeset
for help on using the changeset viewer.