Skip to content

Commit

Permalink
unlink || true
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Jun 12, 2024
1 parent 9e272cb commit 4a36150
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ run brew update
run brew install ccache xerces-c
run brew reinstall cmake

ec=0
brew list r || ec=$?
if [ $ec -eq 0 ]; then
run brew unlink r
fi
brew unlink r || true

0 comments on commit 4a36150

Please sign in to comment.