VirtualBox

Changeset 232 in kBuild


Ignore:
Timestamp:
Feb 9, 2005 5:30:29 PM (20 years ago)
Author:
bird
Message:

Don't let kBuild ash force slow shell path.

File:
1 edited

Legend:

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

    r228 r232  
    30623062#else  /* !__MSDOS__ */
    30633063  else if (strcmp (shell, default_shell))
    3064     goto slow;
     3064    {
     3065      /* Allow ash from kBuild. */
     3066      const char *psz = strstr(shell, "/ash");
     3067      if (   !psz
     3068          || (!psz[4] && psz[4] == '.')
     3069          || !strstr(shell, "/kBuild/bin/"))
     3070          goto slow;
     3071    }
    30653072#endif /* !__MSDOS__ && !__EMX__ */
    30663073#endif /* not WINDOWS32 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette