Ignore:
Timestamp:
Oct 7, 2007, 7:09:24 PM (18 years ago)
Author:
bird
Message:

jobs and other stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/miscbltin.c

    r1204 r1207  
    129129        STARTSTACKSTR(psh, p);
    130130        for (;;) {
    131                 if (read(0, &c, 1) != 1) {
     131                if (shfile_read(&psh->fdtab, 0, &c, 1) != 1) {
    132132                        status = 1;
    133133                        break;
     
    136136                        continue;
    137137                if (c == '\\' && !rflag) {
    138                         if (read(0, &c, 1) != 1) {
     138                        if (shfile_read(&psh->fdtab, 0, &c, 1) != 1) {
    139139                                status = 1;
    140140                                break;
Note: See TracChangeset for help on using the changeset viewer.