Skip to content

Commit c6e8c8f

Browse files
committed
Add shebang to bash completion script.
1 parent d3edab8 commit c6e8c8f

File tree

1 file changed

+2
-0
lines changed
  • contrib/completion/bash

1 file changed

+2
-0
lines changed

contrib/completion/bash/sdk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/bash
2+
13
_sdk() {
24
local -r before_previous_word="${COMP_WORDS[COMP_CWORD - 2]}"
35
local -r previous_word="${COMP_WORDS[COMP_CWORD - 1]}"

0 commit comments

Comments
 (0)