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

bin dir removal typo in build.sh? #28

Open
alanlawrence opened this issue Sep 13, 2024 · 0 comments
Open

bin dir removal typo in build.sh? #28

alanlawrence opened this issue Sep 13, 2024 · 0 comments

Comments

@alanlawrence
Copy link

I was re-running the build.sh script working through errors and I noticed that 'rm' was complaining it could not remove the bin dir. Looking at the build.sh script, I noticed a typo which I changed as follows: rm -f $BIN_DIR --> rm -rf $BIN_DIR in my local copy.
^

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