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