Changeset 2584 for trunk/coreutils
- Timestamp:
- Mar 9, 2006, 1:18:07 AM (20 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/coreutils/lib/mkdir-p.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/coreutils/lib/mkdir-p.cr2554 r2584 148 148 to do the chdir optimization. */ 149 149 do_chdir = (save_cwd (&cwd) == 0); 150 #ifdef __INNOTEK_LIBC__ 151 do_chdir = 0; /* we've got driveletters, don't bother trying to optimzie it yet. yea, I'm lazy! */ 152 #endif 150 153 151 154 /* If we've saved the cwd and DIR is an absolute file name, 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
