          MODULE=bash-doc
         VERSION=3.2
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=$GNU_URL/bash/
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash/
      SOURCE_VFY=sha1:30e4a66c0974275384b90ffdbc4f54d53ba3d2b4
        WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
         ENTERED=20011025
         UPDATED=20080916
           SHORT="bash-doc provides documentation for the BASH shell."
         # Having GARBAGE on will end up making two copies of the files installed.
         # One in the place defined in the BUILD file and the other in the
         # $DOCUMENT_DIRECTORY/bash-doc/ directory, so we will override here
         GARBAGE=off
         ARCHIVE=off

cat << EOF
This contains the documentation for:
bash - Shell of the GNU operating system.
Bash is an sh-compatible shell that incorporates useful features from
the Korn shell (ksh) and C shell (csh). It is intended to conform to the
IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
EOF
