aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-26 02:49:51 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-26 02:49:51 +0100
commitce1895686a6ba71ce3b3486a8fa12d796d41dabe (patch)
tree67292c3985c4fa9067998a5a7a5cfeef7604cfcd
parent9d9656709a94c65ee1824189177825a486f39553 (diff)
Fix bash completion
-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