Changeset f232189 in mainline


Ignore:
Timestamp:
2011-06-26T12:07:24Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3acff69
Parents:
7530a00
Message:

Fix shell path in pwd.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/pwd.c

    r7530a00 rf232189  
    4747        .pw_gid = 1,
    4848        .pw_dir = (char *) "/",
    49         .pw_shell = (char *) "bdsh"
     49        .pw_shell = (char *) "/app/bdsh"
    5050};
    5151
Note: See TracChangeset for help on using the changeset viewer.