Changeset 364 for trunk/src/gmake


Ignore:
Timestamp:
Dec 14, 2005, 5:44:01 AM (20 years ago)
Author:
bird
Message:

ash -> kmk_ash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/job.c

    r352 r364  
    25662566    {
    25672567      /* Allow ash from kBuild. */
    2568       const char *psz = strstr(shell, "/ash");
     2568      const char *psz = strstr(shell, "/kmk_ash");
    25692569      if (   !psz
    2570           || (!psz[4] && psz[4] == '.')
    2571           || !strstr(shell, "/kBuild/bin/"))
     2570          || (!psz[sizeof("/kmk_ash")] && psz[sizeof("/kmk_ash")] == '.'))
    25722571          goto slow;
    25732572    }
Note: See TracChangeset for help on using the changeset viewer.