schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

Filter AlreadyExists error when creating bin directory #52

Closed schultyy closed 8 years ago

schultyy commented 8 years ago

When running avm use system on Mac OS X it raises AlreadyExists errors because it tries to create the bin directory twice. Strangely this does not occur on Linux. This PR fixes that odd behavior.