VirtualBox

Changeset 1376 in kBuild


Ignore:
Timestamp:
Dec 14, 2007 4:21:18 AM (17 years ago)
Author:
bird
Message:

Bail out on = and : too (see ash/expand.c).

File:
1 edited

Legend:

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

    r1374 r1376  
    27422742              && p > line
    27432743              && !isspace (p[-1])
     2744              && p[-1] != '='
     2745              && p[-1] != ':'
    27442746              && p[-1] != '"'
    27452747              && p[-1] != '\'')
Note: See TracChangeset for help on using the changeset viewer.

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