- Timestamp:
- May 1, 2007, 3:10:30 PM (19 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/essentials/app-shells/bash/input.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/essentials/app-shells/bash/input.cr3231 r3259 459 459 } 460 460 461 #if defined (__CYGWIN__) 462 /* If on cygwin , translate \r\n to \n. */461 #if defined (__CYGWIN__) || defined (__OS2__) 462 /* If on cygwin and OS/2, translate \r\n to \n. */ 463 463 if (nr >= 2 && bp->b_buffer[nr - 2] == '\r' && bp->b_buffer[nr - 1] == '\n') 464 464 { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
