Skip to content

Couldn't get the build script to work, made a couple of changes to cpy_member function #32

Open
@jez087

Description

@jez087

I couldn't get the build script to work so I changed the cpy_member function where it extracts the file name / member type:

SRCMEMBER=$(echo "${CURFILE}" | cut -d '.' -f 1 | tr '[:lower:]' '[:upper:]')
#SRCMEMBER=echo "${CURFILE^^}" | cut -d'.' -f1 # Parse PC file name prefix to member name
SRCTYPE=$(echo "${CURFILE##*.}" | tr '[:lower:]' '[:upper:]')
#SRCTYPE=echo "${CURFILE^^}" | cut -d'.' -f2 # Parse PC file name extension to source type

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions