Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jez087 opened this issue Jan 2, 2025 · 0 comments

Comments

@jez087
Copy link

jez087 commented Jan 2, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant