Move shellcheck option below license
This commit is contained in:
parent
8ece22ab2a
commit
a8e5b20021
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
# shellcheck shell=bash
|
||||
# yadm - Yet Another Dotfiles Manager
|
||||
# Copyright (C) 2015-2021 Tim Byrne
|
||||
|
||||
|
@ -16,6 +15,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
# shellcheck shell=bash
|
||||
# execute script with bash (shebang line is /bin/sh for portability)
|
||||
if [ -z "$BASH_VERSION" ]; then
|
||||
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
|
||||
|
|
Loading…
Reference in a new issue