aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash_completion.in1
-rw-r--r--ctct.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/bash_completion.in b/bash_completion.in
index eb6eb10..8a931ef 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -34,7 +34,6 @@ _ctct()
&& source "$sysconfdir/ctct_config"
test -f "$user_config_file" \
&& source "$user_config_file"
- echo "$datadir"
local cur action opts
typeset -i i
diff --git a/ctct.in b/ctct.in
index 55f926d..89d9fc4 100644
--- a/ctct.in
+++ b/ctct.in
@@ -527,4 +527,4 @@ EOF
main "$@"
-# vim: ts=2 sw=2
+# vi: ts=2 sw=2