diff options
| author | Misty De Meo | 2013-07-01 20:34:38 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-07-01 20:34:38 -0500 |
| commit | 631872a40941b168e47610e6cca04c0c9eea9694 (patch) | |
| tree | 529f2fc8e562d9f486d5bf9d1401c15722e5f833 /Library | |
| parent | 34af5fcbcce120497930f8f1346ad83fad05098a (diff) | |
| download | homebrew-631872a40941b168e47610e6cca04c0c9eea9694.tar.bz2 | |
mutt: fix second 'slang' usage
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index c84a25a77..2deff159c 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -68,7 +68,7 @@ class Mutt < Formula # the mutt_dotlock file (which we can't do if we're running as an # unpriviledged user) "--with-homespool=.mbox"] - args << "--with-slang" if build.with? 'slang' + args << "--with-slang" if build.with? 's-lang' if build.with? 'debug' args << "--enable-debug" |
