You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. ^
The text was updated successfully, but these errors were encountered:
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.^
The text was updated successfully, but these errors were encountered: