From ce1895686a6ba71ce3b3486a8fa12d796d41dabe Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Wed, 26 Dec 2018 02:49:51 +0100 Subject: Fix bash completion --- bash_completion.in | 1 - ctct.in | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3