diff options
| author | Mike McQuaid | 2014-12-27 20:08:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 20:08:14 +0000 |
| commit | 8b230b5e34436a709842bf2b96a3446ba2008f3a (patch) | |
| tree | 7811308a0119c0f8d9b56b10cc7d557cb7136a41 /Library/Formula | |
| parent | 985076ee15ed976cd0dee08077a5d602b68f5c07 (diff) | |
| download | homebrew-8b230b5e34436a709842bf2b96a3446ba2008f3a.tar.bz2 | |
mysql: fix apostrophe in comment.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 5b79bf269..2acc6051e 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -37,7 +37,7 @@ class Mysql < Formula end def install - # Don"t hard-code the libtool path. See: + # Don't hard-code the libtool path. See: # https://github.com/Homebrew/homebrew/issues/20185 inreplace "cmake/libutils.cmake", "COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}", @@ -103,7 +103,7 @@ class Mysql < Formula system "make" system "make", "install" - # Don"t create databases inside of the prefix! + # Don't create databases inside of the prefix! # See: https://github.com/Homebrew/homebrew/issues/4975 rm_rf prefix+"data" |
