diff options
| author | Adam Vandenberg | 2013-11-30 13:08:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 13:08:20 -0800 |
| commit | 6df8f65d45202ff83746dcb7c4e7a9e73f434603 (patch) | |
| tree | ce879a9e93262e1cf535ccda58b3eb65c2772723 /Library | |
| parent | c4006eb3f0a022c730478d306e72bd75633df416 (diff) | |
| download | homebrew-6df8f65d45202ff83746dcb7c4e7a9e73f434603.tar.bz2 | |
jpeginfo: remove comment
-j1 is common enough that we don't really need
an explanation or bug link
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jpeginfo.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/jpeginfo.rb b/Library/Formula/jpeginfo.rb index 40ee6c0fb..3dbd72096 100644 --- a/Library/Formula/jpeginfo.rb +++ b/Library/Formula/jpeginfo.rb @@ -8,7 +8,6 @@ class Jpeginfo < Formula depends_on 'jpeg' def install - # See https://github.com/mxcl/homebrew/issues/13393 ENV.deparallelize system "./configure", "--disable-debug", "--disable-dependency-tracking", |
