diff options
| author | Adam Vandenberg | 2012-02-20 22:04:21 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-24 21:35:50 -0800 |
| commit | d3f35542992c4978525b1eaaa0255c92f1e830e0 (patch) | |
| tree | 499df60efe14b16e641247313cdd07416af1290a /Library/Formula/xdebug.rb | |
| parent | 9c77e1cefce38f2a3001ce398ad0b4dc2f668243 (diff) | |
| download | homebrew-d3f35542992c4978525b1eaaa0255c92f1e830e0.tar.bz2 | |
Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
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 |
