This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
shims
/
mac
/
super
/
mig
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add mig tool to superenv Necessary because it otherwise calls actual cc after it does whatever it does. So we force it to call our cc.
2012-09-01 21:43:46 -04:00
#!/bin/bash
shims/mig: fix style inconsistencies
2016-08-07 12:54:39 +02:00
Add mig tool to superenv Necessary because it otherwise calls actual cc after it does whatever it does. So we force it to call our cc.
2012-09-01 21:43:46 -04:00
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
shims/mac/super/mig: repair style
2021-04-18 18:45:10 +09:00
exec xcrun mig -cc "${pwd}/cc" "$@"
Reference in New Issue
Copy Permalink