aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zsh.rb
diff options
context:
space:
mode:
authorTrevor Wennblom2011-06-25 13:58:56 -0500
committerJack Nagel2011-08-26 22:20:10 -0500
commitd8c1bd19be0ce0a719cc20288ccff1838d67df58 (patch)
treeb56dee30c5dbd8cb5d2bda46629e57261ae44fdd /Library/Formula/zsh.rb
parent3a29451d9628f3cdb36193f6f6c10eba7f690308 (diff)
downloadhomebrew-d8c1bd19be0ce0a719cc20288ccff1838d67df58.tar.bz2
zsh: add /etc/shells caveat
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/zsh.rb')
-rw-r--r--Library/Formula/zsh.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 6ae09cc27..49dcc0b3a 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -21,4 +21,10 @@ class Zsh < Formula
system "make install"
end
+
+ def caveats; <<-EOS.undent
+ In order to use this build of zsh as your login shell,
+ it must be added to /etc/shells.
+ EOS
+ end
end