Skip to content

Commit 21c16b5

Browse files
waveform80pelwell
authored andcommitted
Fix lintian warning about bash-completion shebangs
Lintian warns using a shebang in a bash-completion script. While I don't think they do any particular harm, it is redundant.
1 parent a1d522f commit 21c16b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pinctrl/pinctrl-completion.bash

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
_pinctrl ()
32
{
43
local cur prev words cword split cmd pins pincomp ALLPINS CHIPS chip pinmode=false prefix arg i func pull;

0 commit comments

Comments
 (0)