diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-20 12:29:15 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-20 14:42:05 +0000 |
commit | 502b97791498d4b1a6e00ab7868ac0983421d0ff (patch) | |
tree | f84ab4379ab3d60e4873d33b8ac0d517cde7bae5 /completions/bfs.bash | |
parent | 1b1c5c0c7f2fb49c43194d84f4bcc25852372858 (diff) | |
download | bfs-502b97791498d4b1a6e00ab7868ac0983421d0ff.tar.xz |
Avoid using a misleading hashbang
For consistency with other completion scripts and to silence warnings
such as https://lintian.debian.org/tags/bash-completion-with-hashbang
Diffstat (limited to 'completions/bfs.bash')
-rw-r--r-- | completions/bfs.bash | 4 |
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 |