summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorianmacd <>2002-04-03 17:23:42 +0000
committerianmacd <>2002-04-03 17:23:42 +0000
commite8bf5a02bc2209b897b31730e33b1a7e7c55c57b (patch)
tree1efe40e4d16f3a4230f09812022dd16f7fe0b4cb /README
parent76fde208dc9f923f643ebc03413dc8acc7be2173 (diff)
downloadbash-completion-e8bf5a02bc2209b897b31730e33b1a7e7c55c57b.tar.gz
- add text to explain that we now handle the lack of comp{gen,plete} -o
in bash 2.04 in the completion code
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 39e21e8c..cca70a5f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.8 2002/03/11 18:53:32 ianmacd Exp $
+$Id: README,v 1.9 2002/04/03 19:23:42 ianmacd Exp $
INSTALLATION
@@ -52,6 +52,8 @@ the following official patch from the bash maintainer:
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.
+However, I have endeavoured to make the code detect this version of bash and
+work around this issue, so please inform me if you still encounter this error.
Copies of the patches and prepatched versions of bash are available from: