summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorianmacd <>2002-02-09 08:41:35 +0000
committerianmacd <>2002-02-09 08:41:35 +0000
commit0a5f6136735bfa39998cca584d36e296800244da (patch)
treed96e4e0b4cb7975fe85a821c78b9b791028add79 /README
parent2a29d6370c6c1e0a2357a377a3a652a12d8927a5 (diff)
downloadbash-completion-0a5f6136735bfa39998cca584d36e296800244da.tar.gz
a very simple README file
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..d9b59532
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+$Id: README,v 1.1 2002/02/09 09:41:35 ianmacd Exp $
+
+If you are installing the source file manually as opposed to using a packaging
+system such as dpkg or rpm, put it somewhere on your system and source it from
+either /etc/bashrc or ~/.bashrc.
+
+If you are putting it somewhere other than /etc/bash_completion, you will need
+to edit the top of the file to make $BASH_COMPLETION point to the correct
+location.
+
+The line you need to adjust is this one:
+
+[ -z "$BASH_COMPLETION" ] && declare -r BASH_COMPLETION=/etc/bash_completion
+
+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 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/
+
+--
+Ian Macdonald <ian@caliban.org>