aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xdebug.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-07 11:03:31 -0800
committerAdam Vandenberg2010-11-07 11:03:31 -0800
commitb79613c258f95ea9fdb59bb0a1cc0e40706076cd (patch)
tree5352ef8ab84b5a6ebf17037d0ec6eff7e93f9e96 /Library/Formula/xdebug.rb
parent646851ea35029df6177d23fbdcf7d1b77de00e8a (diff)
downloadhomebrew-b79613c258f95ea9fdb59bb0a1cc0e40706076cd.tar.bz2
Update links to php issue
Diffstat (limited to 'Library/Formula/xdebug.rb')
-rw-r--r--Library/Formula/xdebug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xdebug.rb b/Library/Formula/xdebug.rb
index 2c998e910..0a424343d 100644
--- a/Library/Formula/xdebug.rb
+++ b/Library/Formula/xdebug.rb
@@ -7,7 +7,7 @@ class Xdebug <Formula
def install
Dir.chdir "xdebug-#{version}" do
- # See http://github.com/mxcl/homebrew/issues/#issue/69
+ # See https://github.com/mxcl/homebrew/issues/issue/69
ENV.universal_binary unless Hardware.is_64_bit?
system "phpize"