summaryrefslogtreecommitdiffhomepage
path: root/tools/completion/gobgp-static-completion.bash
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.ch>2021-03-13 18:12:56 +0100
committerVincent Bernat <vincent@bernat.ch>2021-03-13 18:12:56 +0100
commitdc708d5bed57af5b7f7968ab1845519d8458fc7f (patch)
treea42494f28f95b8c62a76bccd6cbd625660063eab /tools/completion/gobgp-static-completion.bash
parent4df939a3c9dbf43509bab349b97847faa09db151 (diff)
tools: don't use a shebang for bash completion
They are not expected to be executed. This seems a silly path, but some people bother filing bug reports about it, so if you are OK with it, it could be "fixed".
Diffstat (limited to 'tools/completion/gobgp-static-completion.bash')
-rw-r--r--tools/completion/gobgp-static-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/completion/gobgp-static-completion.bash b/tools/completion/gobgp-static-completion.bash
index 0d658af8..76597c65 100644
--- a/tools/completion/gobgp-static-completion.bash
+++ b/tools/completion/gobgp-static-completion.bash
@@ -1,4 +1,4 @@
-#!/bin/bash
+# bash completion for gobgp -*- shell-script -*-
_gobgp_global_rib_add()
{
@@ -2064,4 +2064,4 @@ _gobgp()
must_have_one_flag=()
must_have_one_noun=()
-} \ No newline at end of file
+}