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/udevadm | |
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/udevadm')
-rw-r--r-- | shell-completion/bash/udevadm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/bash/udevadm b/shell-completion/bash/udevadm index 0606160c66..fbbaed001c 100644 --- a/shell-completion/bash/udevadm +++ b/shell-completion/bash/udevadm @@ -1,3 +1,4 @@ +# shellcheck shell=bash # udevadm(8) completion -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1-or-later # |