aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/shims/super/mig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/shims/super/mig b/Library/Homebrew/shims/super/mig
index a7a12557a..51e852da4 100755
--- a/Library/Homebrew/shims/super/mig
+++ b/Library/Homebrew/shims/super/mig
@@ -1,3 +1,4 @@
#!/bin/bash
+
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-exec xcrun mig -cc $pwd/cc "$@"
+exec xcrun mig -cc "$pwd/cc" "$@"