aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-04 23:34:22 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-04 23:34:22 +0100
commit88480a217652878331fb3f9f164d38dbd8877154 (patch)
treee7efb561d22fbf1563aad08536e1becb2f071a65
parentdc1be4c559bb2cfef9fe923a77b3cb474c196358 (diff)
Change shebang of bash-completion file
/bin/bash -> /usr/bin/env bash bash may be located elsewhere. Was changed before for the main script.
-rw-r--r--ctct.bash_completion.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctct.bash_completion.in b/ctct.bash_completion.in
index 5cb0048..54aa137 100644
--- a/ctct.bash_completion.in
+++ b/ctct.bash_completion.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# bash completion script for ctct
#