Skip to content

grid/umd-4/features/gip/ce.pan CE_FLAVOR test match against cream or condorce #240

Description

@pugnere
variable CE_FLAVOR = {
    if ( is_defined(CE_FLAVOR) && !match(CE_FLAVOR, 'cream') ) {
        error("Invalid value for CE_FLAVOR (" + CE_FLAVOR + "). Must be 'cream'.");
    };
    SELF;
};

to be replaced with :

variable CE_FLAVOR = {
    if ( is_defined(CE_FLAVOR) && (!match(CE_FLAVOR, 'cream') && !match(CE_FLAVOR, 'condorce') ) ) {
        error("Invalid value for CE_FLAVOR (" + CE_FLAVOR + "). Must be 'cream' or 'condorce'.");
    };
    SELF;
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions