Add caveat about using this Bash as login shell

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Peter Aronoff 2012-01-20 07:46:43 -05:00 committed by Adam Vandenberg
parent 4cb3a46015
commit 18d64529bd
1 changed files with 6 additions and 0 deletions

View File

@ -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