aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 20:08:19 +0000
committerMike McQuaid2014-12-27 20:08:19 +0000
commit12cc71561865ae6ca5632aae2f75be5e3d5b5b5e (patch)
treea9f8f79b5286da5aa54b19645f5be9ee1c676638 /Library/Formula
parent8b230b5e34436a709842bf2b96a3446ba2008f3a (diff)
downloadhomebrew-12cc71561865ae6ca5632aae2f75be5e3d5b5b5e.tar.bz2
pth: fix apostrophe in comment.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb
index eff90b541..f661bf129 100644
--- a/Library/Formula/pth.rb
+++ b/Library/Formula/pth.rb
@@ -14,7 +14,7 @@ class Pth < Formula
def install
ENV.deparallelize
- # Note: shared library will not be build with --disable-debug, so don"t add that flag
+ # Note: shared library will not be build with --disable-debug, so don't add that flag
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make", "test"