Changeset 2416 for trunk/src/kash/miscbltin.c
- Timestamp:
- Sep 14, 2010, 2:30:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/miscbltin.c
r2290 r2416 108 108 } 109 109 110 if (prompt && isatty(0)) {110 if (prompt && shfile_isatty(&psh->fdtab, 0)) { 111 111 out2str(psh, prompt); 112 112 output_flushall(psh);
Note:
See TracChangeset
for help on using the changeset viewer.