diff options
| author | Adam Vandenberg | 2013-02-09 11:52:44 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-09 11:52:44 -0800 |
| commit | 791ed4a5fa902df4e66441113d74122017426a34 (patch) | |
| tree | 1c4343d64b3ac218e48e4a5bb65970f64e7e60be /Library/Formula | |
| parent | e5a1a52bf902022cf0765bb717230f1efac27edc (diff) | |
| download | homebrew-791ed4a5fa902df4e66441113d74122017426a34.tar.bz2 | |
irssi: fix syntax
Closes #17725.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/irssi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index e049d1246..ce662477b 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -11,7 +11,7 @@ class Irssi < Formula depends_on 'glib' # Fix Perl build flags and paths in man page - def patches; DATA; end unless build. + def patches; DATA; end def install args =%W[ |
