diff options
author | Jan Macku <jamacku@redhat.com> | 2024-02-27 14:54:49 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2024-02-27 15:41:28 +0100 |
commit | f8457290c4bc6e8cf7113aa5c1a42fb6a40d8ce4 (patch) | |
tree | 85a45f74e66526ca091a831f5f1e304cc794ff08 /shell-completion/bash/portablectl | |
parent | ci(lint): exclude zsh completion from ShellCheck (diff) | |
download | systemd-f8457290c4bc6e8cf7113aa5c1a42fb6a40d8ce4.tar.xz systemd-f8457290c4bc6e8cf7113aa5c1a42fb6a40d8ce4.zip |
fix(SC2148): add ShellCheck directive to bash completion scripts
Diffstat (limited to 'shell-completion/bash/portablectl')
-rw-r--r-- | shell-completion/bash/portablectl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl index 30e5da4aa2..b22bbd95d6 100644 --- a/shell-completion/bash/portablectl +++ b/shell-completion/bash/portablectl @@ -1,3 +1,4 @@ +# shellcheck shell=bash # portablectl(1) completion -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1-or-later # |