Skip to content

bin dir removal typo in build.sh? #28

@alanlawrence

Description

@alanlawrence

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.
^

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