Ignore:
Timestamp:
Sep 14, 2010, 2:30:30 AM (15 years ago)
Author:
bird
Message:

kash: implemented opendir/readdir/closedir for windows (NT). Fixed windows forking.

File:
1 edited

Legend:

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

    r2290 r2416  
    108108        }
    109109
    110         if (prompt && isatty(0)) {
     110        if (prompt && shfile_isatty(&psh->fdtab, 0)) {
    111111                out2str(psh, prompt);
    112112                output_flushall(psh);
Note: See TracChangeset for help on using the changeset viewer.