Changeset 94e152a in mainline


Ignore:
Timestamp:
2008-09-20T08:29:09Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e3355a
Parents:
af4eda50
Message:

Fix prompt (AGAIN), sorry!

File:
1 edited

Legend:

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

    raf4eda50 r94e152a  
    274274                snprintf(usr->cwd, PATH_MAX, "(unknown)");
    275275
    276         if (1 < cli_psprintf(&usr->prompt, "%s #", usr->cwd)) {
     276        if (1 < cli_psprintf(&usr->prompt, "%s # ", usr->cwd)) {
    277277                cli_error(cli_errno, "Failed to set prompt");
    278278                return 1;
Note: See TracChangeset for help on using the changeset viewer.