diff options
| author | Mike McQuaid | 2014-12-14 17:10:10 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-14 17:10:10 +0000 |
| commit | 31818c5e7fbb6ffc2fc2cfd06edcef655ba15913 (patch) | |
| tree | 051278b9119743e298ff9f654965c71bfe1cf835 | |
| parent | 2c16c9a2e7e3112c774826f54a40910d50683ff5 (diff) | |
| download | homebrew-31818c5e7fbb6ffc2fc2cfd06edcef655ba15913.tar.bz2 | |
watch: fix trailing whitespace audit.
| -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" |
