Skip to content

Commit 07a84be

Browse files
sebasticgithub-actions[bot]
authored andcommitted
Remove hashbang from bash completion.
Completions are meant to be sourced, not executed.
1 parent e2f0432 commit 07a84be

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/projinfo-bash-completion.sh

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
31
function_exists() {
42
declare -f -F "$1" > /dev/null
53
return $?

0 commit comments

Comments
 (0)