Afaik fish shell completions don't need a shebang (plus the script is not executable anyway)
--- src/completion/pass.fish-completion | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion index 38a4865..0f57dd2 100644 --- a/src/completion/pass.fish-completion +++ b/src/completion/pass.fish-completion @@ -1,5 +1,3 @@ -#!/usr/bin/env fish - # Copyright (C) 2012-2014 Dmitry Medvinsky <[email protected]>. All Rights Reserved. # This file is licensed under the GPLv2+. Please see COPYING for more information.
