diff --git a/README b/README index a12b768e..8c68bd71 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.2 2002/02/12 16:54:57 ianmacd Exp $ +$Id: README,v 1.3 2002/02/20 06:53:33 ianmacd Exp $ INSTALLATION @@ -42,11 +42,20 @@ If you get errors about 'complete' or 'compgen' not accepting the -g flag, you are probably running bash 2.05 and should either apply the group completion patch, download a prepatched bash binary of 2.05, or upgrade to 2.05a or later. +If you find that some commands, such as 'cd /usr', end with a trailing +space instead of appending a /, you are probably running the base version of +bash 2.05, which suffers from a bug that causes the '-o filenames' option to +the complete built-in to be ignored. You can fix this by applying the following +the following official patch from the bash maintainer: + + ftp://ftp.cwru.edu/pub/bash/bash-2.05-patches/bash205-006 + If you get errors about 'complete' not accepting the -o flag, you are probably running bash 2.04. In this case, you should upgrade to bash 2.05a or later. -Copies of the patches are prepatched versions of bash are available from -my Web site at http://www.caliban.org/bash/ +Copies of the patches and prepatched versions of bash are available from: + + http://www.caliban.org/bash/ -- Ian Macdonald