From 12cc71561865ae6ca5632aae2f75be5e3d5b5b5e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 20:08:19 +0000 Subject: pth: fix apostrophe in comment. --- Library/Formula/pth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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" -- cgit v1.2.3