summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash_completion.in b/bash_completion.in
index dd140fc..10dad36 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -1,3 +1,5 @@
+#!/hint/bash
+
_devtools_compgen() {
local i r
COMPREPLY=($(compgen -W '$*' -- "$cur"))