diff options
Diffstat (limited to 'Library/Formula/xdebug.rb')
| -rw-r--r-- | Library/Formula/xdebug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb index e457fea61..172602b1c 100644 --- a/Library/Formula/xdebug.rb +++ b/Library/Formula/xdebug.rb @@ -6,7 +6,7 @@ class Xdebug < Formula md5 '779f4a66acdccd673553769e403674c4' def install - Dir.chdir "xdebug-#{version}" do + cd "xdebug-#{version}" do # See https://github.com/mxcl/homebrew/issues/issue/69 ENV.universal_binary |
