Created
September 29, 2014 23:53
-
-
Save craighooghiem/10229610f58879a399da to your computer and use it in GitHub Desktop.
Fix homebrew dylb link issues after upgrading OS X - relinks all libs in homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew list -1 | while read line; do brew unlink $line; brew link $line; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment