diff options
Diffstat (limited to 'Library/Formula/watch.rb')
| -rw-r--r-- | Library/Formula/watch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index d95dcdbc6..2d93430ed 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -18,7 +18,7 @@ class Watch < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" # AM_LDFLAGS contains a non-existing library './proc/libprocps.la' that - # breaks the linking process. Upstream developers have been informed (see + # breaks the linking process. Upstream developers have been informed (see # https://github.com/Homebrew/homebrew/pull/34852/files#r21796727). system "make", "watch", "AM_LDFLAGS=" bin.install "watch" |
