From 88480a217652878331fb3f9f164d38dbd8877154 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 4 Dec 2018 23:34:22 +0100 Subject: Change shebang of bash-completion file /bin/bash -> /usr/bin/env bash bash may be located elsewhere. Was changed before for the main script. --- ctct.bash_completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3