diff options
| author | Peter Aronoff | 2012-01-20 07:46:43 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-21 16:18:55 -0800 |
| commit | 51fb2778f620208be85d500c0cc55844b22dcb1b (patch) | |
| tree | a5aca90fd38097f90ce165a6d05157a907385559 /Library/Formula | |
| parent | af63c441d4747ab80b0b70a6a388e62b2f7a463e (diff) | |
| download | homebrew-51fb2778f620208be85d500c0cc55844b22dcb1b.tar.bz2 | |
Add caveat about using this Bash as login shell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bash.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb index e66bd2f00..a75292778 100644 --- a/Library/Formula/bash.rb +++ b/Library/Formula/bash.rb @@ -18,4 +18,10 @@ class Bash < Formula system "./configure", "--prefix=#{prefix}", "--with-installed-readline" system "make install" end + + def caveats; <<-EOS.undent + In order to use this build of bash as your login shell, + it must be added to /etc/shells. + EOS + end end |
