Changes in uspace/app/bdsh/scli.c [da2bd08:fc11b8a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.c

    rda2bd08 rfc11b8a  
    6161        usr->line = (char *) NULL;
    6262        usr->name = "root";
     63        usr->home = "/";
    6364        usr->cwd = (char *) NULL;
    6465        usr->prompt = (char *) NULL;
     66        chdir(usr->home);
    6567        usr->lasterr = 0;
    66 
    67         input_init();
    68 
    6968        return (int) cli_set_prompt(usr);
    7069}
Note: See TracChangeset for help on using the changeset viewer.