diff options
Diffstat (limited to '')
-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 |