Changeset 364 for trunk/src/gmake/job.c
- Timestamp:
- Dec 14, 2005, 5:44:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/job.c
r352 r364 2566 2566 { 2567 2567 /* Allow ash from kBuild. */ 2568 const char *psz = strstr(shell, "/ ash");2568 const char *psz = strstr(shell, "/kmk_ash"); 2569 2569 if ( !psz 2570 || (!psz[4] && psz[4] == '.') 2571 || !strstr(shell, "/kBuild/bin/")) 2570 || (!psz[sizeof("/kmk_ash")] && psz[sizeof("/kmk_ash")] == '.')) 2572 2571 goto slow; 2573 2572 }
Note:
See TracChangeset
for help on using the changeset viewer.