diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:33:11 +0000 |
commit | 203af7302854f453fa4a05ecefd4403b6c8a4f8d (patch) | |
tree | 967fdacafe332baabd12b57725505c138d0f3bbf /shell-completion | |
parent | Adding upstream version 102. (diff) | |
download | dracut-203af7302854f453fa4a05ecefd4403b6c8a4f8d.tar.xz dracut-203af7302854f453fa4a05ecefd4403b6c8a4f8d.zip |
Adding upstream version 103.upstream/103upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/dracut | 3 | ||||
-rw-r--r-- | shell-completion/bash/lsinitrd | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell-completion/bash/dracut b/shell-completion/bash/dracut index e8a8691..d54fe5f 100644 --- a/shell-completion/bash/dracut +++ b/shell-completion/bash/dracut @@ -1,4 +1,5 @@ -#!/bin/bash +# bash completion for dracut +# shellcheck shell=bash # Copyright 2013 Red Hat, Inc. All rights reserved. # # This program is free software; you can redistribute it and/or modify diff --git a/shell-completion/bash/lsinitrd b/shell-completion/bash/lsinitrd index da7e7ad..be48f38 100644 --- a/shell-completion/bash/lsinitrd +++ b/shell-completion/bash/lsinitrd @@ -1,4 +1,5 @@ -#!/bin/bash +# bash completion for lsinitrd +# shellcheck shell=bash # Copyright 2013 Red Hat, Inc. All rights reserved. # # This program is free software; you can redistribute it and/or modify |