Open
Description
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
Labels
No labels