summaryrefslogtreecommitdiff
path: root/.gitcheck
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 13:17:28 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 13:17:28 +0100
commit01a2ab375610f58d5c562b794453b18585e25881 (patch)
tree5aa86adff9f3834c0057a1b6d925cdc15b390b29 /.gitcheck
parent1e8f2cc170015240a5278de991ad9cce27d5fe4a (diff)
use env in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to '.gitcheck')
-rwxr-xr-x.gitcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitcheck b/.gitcheck
index 195b925a..ad63bdba 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
# SPDX-License-Identifier: GPL-3.0-only