summaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/bfs.bash4
1 files changed, 1 insertions, 3 deletions
diff --git a/completions/bfs.bash b/completions/bfs.bash
index c1353aa..939537e 100644
--- a/completions/bfs.bash
+++ b/completions/bfs.bash
@@ -1,4 +1,4 @@
-#!/hint/bash
+# bash completion script for bfs
############################################################################
# bfs #
@@ -17,8 +17,6 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #
############################################################################
-# bash completion script for bfs
-
_bfs() {
local cur prev words cword
_init_completion || return