mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 05:00:20 +00:00
shims/mac/super/mig: repair style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec xcrun mig -cc "$pwd/cc" "$@"
|
||||
exec xcrun mig -cc "${pwd}/cc" "$@"
|
||||
|
||||
Reference in New Issue
Block a user