diff options
| author | Adam Vandenberg | 2014-02-25 21:23:52 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 21:24:51 -0800 |
| commit | 71282a71a40b1b386e8e7a34c0c7a124ae5f7a5f (patch) | |
| tree | bf03294e9c1c1bfbea3eaeac036d84cfb9845613 /Library/Formula | |
| parent | 3a4b1917d8d3162142fab80e46d8f8a01ea034bd (diff) | |
| download | homebrew-71282a71a40b1b386e8e7a34c0c7a124ae5f7a5f.tar.bz2 | |
nginx: don't use undeclared utf-8 characters
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 19a2893c8..a93ef37f0 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -89,7 +89,7 @@ class Nginx < Formula man8.install "objs/nginx.8" (var/'run/nginx').mkpath - # nginx’s docroot is #{prefix}/html, this isn't useful, so we symlink it + # nginx's docroot is #{prefix}/html, this isn't useful, so we symlink it # to #{HOMEBREW_PREFIX}/var/www. The reason we symlink instead of patching # is so the user can redirect it easily to something else if they choose. prefix.cd do @@ -104,7 +104,7 @@ class Nginx < Formula Pathname.new("#{prefix}/html").make_relative_symlink(dst) end - # for most of this formula’s life the binary has been placed in sbin + # for most of this formula's life the binary has been placed in sbin # and Homebrew used to suggest the user copy the plist for nginx to their # ~/Library/LaunchAgents directory. So we need to have a symlink there # for such cases |
