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 # SPDX-FileCopyrightText: 2023 Leah Rowe # SPDX-License-Identifier: GPL-3.0-only diff --git a/blobutil b/blobutil index d67d151e..0097cd23 100755 --- a/blobutil +++ b/blobutil @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # SPDX-FileCopyrightText: 2022 Caleb La Grange # SPDX-FileCopyrightText: 2023 Leah Rowe # SPDX-License-Identifier: GPL-3.0-only diff --git a/build b/build index 4e1689a0..d4392698 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # generic build script, for building components (all of them) # diff --git a/download b/download index 26c0f673..27bc5f6b 100755 --- a/download +++ b/download @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Generic script for downloading programs used by the build system # diff --git a/modify b/modify index 5bab0a1a..f80d3c9e 100755 --- a/modify +++ b/modify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # generic scripts for modifying configs and such # diff --git a/update b/update index ff18394b..b9d88391 100755 --- a/update +++ b/update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # generic update scripts for updating configs and such #