Changeset 2584


Ignore:
Timestamp:
Mar 9, 2006, 1:18:07 AM (19 years ago)
Author:
bird
Message:

Disabled the chdir optimization because driver letters screws it up and I'm too lazy to fix that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/lib/mkdir-p.c

    r2554 r2584  
    148148         to do the chdir optimization.  */
    149149      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
    150153
    151154      /* If we've saved the cwd and DIR is an absolute file name,
Note: See TracChangeset for help on using the changeset viewer.