From 8e180a85b8dc7d5cf0f202e120f3452be61f3727 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 7 Aug 2016 12:54:39 +0200 Subject: [PATCH] shims/mig: fix style inconsistencies --- Library/Homebrew/shims/super/mig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/shims/super/mig b/Library/Homebrew/shims/super/mig index a7a12557a0..51e852da47 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" "$@"