From 9ba0476b9ef4385d989f29a2601aa10516d7ea1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 26 Dec 2011 16:09:00 +0200 Subject: [PATCH] Fix BASH_COMPLETION_COMPAT_DIR comment. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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