diff options
author | simonpj <unknown> | 2003-12-31 16:55:17 +0000 |
---|---|---|
committer | simonpj <unknown> | 2003-12-31 16:55:17 +0000 |
commit | 1b75cf971b425aefb3d9dd4d2dcde8739d4f6879 (patch) | |
tree | 4c17ee2612afb62c275db0bf196ea5125ebe44bc /docs/building | |
parent | 7473349e010c1f8f5d78afbe2b7c66345818406c (diff) | |
download | haskell-1b75cf971b425aefb3d9dd4d2dcde8739d4f6879.tar.gz |
[project @ 2003-12-31 16:55:17 by simonpj]
point to bash, not sh
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index ae21792323..1bb92d5e96 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -4495,7 +4495,7 @@ don't do this you get very weird messages when you type </listitem> <listitem><para> Set <constant>SHELL</constant> to -<Filename>c:/cygwin/bin/sh</Filename>. When you invoke a shell in Emacs, this +<Filename>c:/cygwin/bin/bash</Filename>. When you invoke a shell in Emacs, this <constant>SHELL</constant> is what you get. </para></listitem> |