Changeset 4cca9a9 in mainline


Ignore:
Timestamp:
2017-12-18T14:46:39Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6abda242
Parents:
5340bfa
Message:

Fix handling of cat -s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/cat/cat.c

    r5340bfa r4cca9a9  
    328328        console_rows = 0;
    329329        should_quit = false;
     330        dash_represents_stdin = false;
    330331        console = console_init(stdin, stdout);
    331332        number = false;
     
    338339
    339340        for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) {
    340                 c = getopt_long(argc, argv, "xhvmH:t:b:s:n", long_options, &opt_ind);
     341                c = getopt_long(argc, argv, "xhvmH:t:b:sn", long_options, &opt_ind);
    341342                switch (c) {
    342343                case 'h':
Note: See TracChangeset for help on using the changeset viewer.