summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-12-26 16:09:00 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-12-26 16:09:00 +0200
commit9ba0476b9ef4385d989f29a2601aa10516d7ea1e (patch)
tree6e204deb37b544045582e5b4fb6ceecc445611a3
parent2622723ae917e7f4adfb1357aa1d187f50657a96 (diff)
downloadbash-completion-9ba0476b9ef4385d989f29a2601aa10516d7ea1e.tar.gz
Fix BASH_COMPLETION_COMPAT_DIR comment.
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index 6af67337..ee966ea5 100644
--- a/bash_completion
+++ b/bash_completion
@@ -38,7 +38,7 @@ else
set +v
fi
-# Alter the following to reflect the location of this file.
+# Set the following to the location of the backwards compat completion dir.
#
[ -n "$BASH_COMPLETION_COMPAT_DIR" ] || BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d
readonly BASH_COMPLETION_COMPAT_DIR