Skip to content

Commit

Permalink
Remove shebang from bash completions
Browse files Browse the repository at this point in the history
bash completions are to be sourced. It makes little sense to
execute them.

Detected by Debian's Lintian tool, which warns about non-executable
files that appear to be #! scripts.

Signed-off-by: Simon McVittie <[email protected]>

Closes: #1119
Approved by: cgwalters
  • Loading branch information
smcv authored and rh-atomic-bot committed Aug 29, 2017
1 parent 3fcd81d commit 355e851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bash/ostree
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
#
# bash completion file for ostree commands
#
# This script provides completion of:
Expand Down

0 comments on commit 355e851

Please sign in to comment.